Cookie Clicker – PyGame
1 Tutorial Video, 22 minutes, 2 hour build time — Tutorial
Cookie Clicker – PyGame Read More »
1 Tutorial Video, 22 minutes, 2 hour build time — Tutorial
Cookie Clicker – PyGame Read More »
13 Tutorial Videos, 200 minutes, 15 hour build time — The game map is built up using individual tiles arranged in a grid and it is limited to the boundaries of the screen. There are a few levels and a level editor is included to allow for expansion of the game. One of the trickiest
Platformer – PyGame Read More »
13 Tutorial Videos, 180 minutes, 12 hour build time — Tower – Initial Setup Tower – Create Enemy Tower – Way Points Tower – Load Level Map Tower – Placing Turrets Tower – Adding Buttons Tower – Animations Tower – Aiming and Firing Tower – Upgrading Turrets Tower – Spawning Enemies Tower – Game Mechanics
Tower Defence – PyGame Read More »
5 Tutorial Videos, 77 minutes, 6 hour build time — A clone of the classic brick breaker games. This game is based on the classic brick breaker games. To complete the game, all the bricks must be destroyed without losing the ball. The bricks have different strengths, which are based on their colour and the
3 Tutorial Videos, 44 minutes, 3 hours build time — A simple tic tac toe game for two players. This was my first game made in python and pygame. It is a classic tic tac toe game for two player. The game has no assets, all the graphics are drawn using pygame functions. All controls
Tic Tac Toe – PyGame Read More »
4 Tutorial Videos, 48 minutes, 4 hours build time — A clone of the classic mobile phone game, snake. Collect food to grow the snake longer and longer, but be careful not to bite yourself or go off the edge! A red cell is randomly positioned on the screen and each time it is collected,
5 Tutorial Videos, 55 minutes, 4 hours build time — A clone of the classic pong game. This was one of my earliest pygame projects and includes collision and AI. The objective is to knock the ball past the opponent. The AI works by following the position of the ball and always adjust the paddle