game
game copied to clipboard
A simple game in python with pygame
Optimizations; -> Replaced the Timer class with simple time tracking using integer variables, which is more straightforward for this case. ->Combined time tracking for scrolling and animation duration into a...
DEAD
Add simple Text editing with markdown
Update code (currently in python 2) to python 3.
Complete Readme.md with a detailed description of the project. Simple text editing with markdown should be used for this.
Added parentheses and indentations where needed that prevented game.py file from running on python3
Missing parenthesis on print statements