All of my projects in Pygame, upto date.
A cross between 2048 and Tetris, made more as a proof-of-concept game idea than as a finished game. Will probably not complete the game.
A simple calculator, that performs addition, subtraction, multiplication and division.
2D Cellular Automata(Conway's Game of Life) where user can define the starting state.
Finished Playable Games, which are:
- Pong.
- Tic-Tac-Toe.
A game of Hand Cricket, in Pygame.
A simple game of Hangman.
Paint, in Pygame, with 8 different colors, an eraser, options such as reset and mirroring, and size change of pixels.
A Grid Game, from 3x3 to 6x6, where the aim is to arrange the numbers in ascending orders by swapping each cell with the blank cell horizontally, or vertically.
Rock-Paper-Scissors, in Pygame.
A remake of Space Invaders, way less in complexity.
As the name suggests, a Top-Down-Tank-Game with random enemy generation using real time, a score and reload system, and a revive system.
Two unfinished games, including a grid game, and Wall-Breaker, and Two physics simulations, including Projectile and Circular Motion.
Remake of the popular web game, Wordle. (A couple of bugs in this code, which I will fix later).