game icon indicating copy to clipboard operation
game copied to clipboard

A simple game in python with pygame

Results 63 game issues
Sort by recently updated
recently updated
newest added

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...

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