Category: pygame
Multiplayer Pong
A Multiplayer game made using the pygame library of python which connects to the server using Socket.
Maze Generator
Random Maze Generator generates a random maze using the backtracing algorithm
A* Path Finding
A* Pathfinder algorithm finds the shortest path between two cell (points)