8 puzzle solver in Python 3 using DFS, BFS and ATS algorithms.
Implemented DFS, BFS and ATS Algorithms.
Created an 8 puzzle mini-game used to compare the speeds of the implemented algorithms.
File compression in Python 3 using Huffman Algorithm with compression rate up to 65% for text files
implemented a frequency table generator for each file.
Implemented Huffman algorithm.
Simulated TCP on top of UDP connection in a fun multiplayer game in Python 3.
Block breaker game made in unity engine using C# and Gimp to create sprites.