Category: pygame tutorials
-
Making a Nokia Snake Game in Python
In this tutorial, we are creating a classic Nokia snake game in Python. It…
-
Pathfinding Using A* Algorithm
Red enemy chasing the player using A* algorithm, avoiding obstacles. GitHub link. You want…
-
Pathfinding Using Dijkstra’s Algorithm
Dijkstra algorithm is commonly used to find most cheapest (optimum) solution to a given…