Games big and small, developed with Python.
These two games are directed by the course 'Problem Solving, Python Programming, and Video Games'- Hacking and Poke the dots. Instructions are in their respective files.
Note- Both the games need uagame.py module to run.
Hacking game has 2 versions -
Version 7 is as directed from the course whereas version 8 has a couple of small additions I made to the game. I recommend to play Version 8 for better expirience. Enjoy!
Hacking:
Snake game less than 60 lines of code:
Made using simplest pygame shapes and functions
Shooting game less than 100 lines of code:
Made using simplest pygame shapes and functions