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

I corrected some formatting and the print statements within the file "game.py" I know that this is an old project, but hey, why not help out 👍

Python 3 does not accept print without parenthesis. Changing this often causes tabulation errors. Both problems were resolved. I also added a requirements.txt for when running pip.

raise LayoutError('Cannot fit line "%s" in widget' % line) widgets.LayoutError: Cannot fit line "Test." in widget

Добавлены скобки для print.