Python-Games icon indicating copy to clipboard operation
Python-Games copied to clipboard

A collection of small python games made by me using pygame and tkinter libraries

Results 7 Python-Games issues
Sort by recently updated
recently updated
newest added

Added some code for the game to be hosted on itch.io

I want to run this game on itchio so I need to add my code....give me access

Made with pygame library and custom animations using Paint 3D

Hey, currently there are no instructions as to how to add your own game or implement any changes to the provided games. Due to this, users are having difficulties in...

Hey, although you have correctly added a fuel bar and the loop to fill the fuel bar, it is currently not functioning as it should be. Even when the fuel...

Hi! The dir is named 'tiles' not 'Tiles' ``` Traceback (most recent call last): File ".../Python-Games/Bounce/main.py", line 5, in from world import World, load_level File ".../Python-Games/Bounce/world.py", line 11, in img...