Category: pygame tutorials
-
Making a Nokia Snake Game in Python
In this tutorial, we are creating a classic Nokia snake game in Python. It…
-
Simulating Boids
Boids are used to simulate bird flocks, animal herds, and fish schools & is…
-
Poisson Disk Sampling
In my old games, such as in this RTS game, I used simple noise…
-
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…