Peanut Butter Simulator
A wacky game about peanut butter
A collection of projects
A wacky game about peanut butter
Very simple game of Pong I made in Pygame. Ball moves diagonally in the most basic way possible, by adding or subtracting 1 of the x and y. Implemented collision with the walls and paddles, and a score system. Implemented a very simple bot to play against the user: paddle simply moves towards the y …
This is one of the first game I made in Pygame. It is unfinished and not very good.
Another Pygame game. Made this while on holiday in the summer of Year 10. Actually restarted this project multiple times because I thought I could improve it’s infrastructure to make the algorithms look less daunting. Unfortunately I discovered that due to the nature of the game of Chess, it is very hard to make a …