Projects

Zombie game home screen
Zombie Survival

I created my own 2D Zombie Survival game using python and pygame.

It goes as far as to having multiple waves, random behaving zombies, and an accessible shop between waves

This and my other projects can be found on my github account here

Tetris game
Tetris

I had some fun re-creating the classic tetris game. It had proved problematic figuring out rotation and some other kinks in the game but I eventually figured it out

After figuring this out, it was fun to be able to put a spin on it and make the game my own but including completely random shapes as well as random fast changing colors

This and my other projects can be found on my github account here

Tank game
Tanks

This game was really fun to create with one of my high school programming classes. I created a class that would run the overall tank game and then had everyone else in the class create their own fuction to control how they wanted their tanks to behave. Once they did this, I could easily modify how many of each person's tank played at once and even how fast the game progressed. It led to some pretty fun and bizzare scenes to watch.

This and my other projects can be found on my github account here

Snake game
Snake

This was very similar to my Tanks program except for snake. It too was super fun to do, especially because once everyone made their own snake, I was able to run as many snakes against each other at once, so just to fool around I would have about 150 snakes all going at once and we would see who would win

This and my other projects can be found on my github account here