Skip to content

a simple clicker game made with the module pygame from python, 288 lines, score saving is missing.

Notifications You must be signed in to change notification settings

mabderrahmen1/Pygame-Clicker-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Pygame-Clicker-Game

a simple clicker game made with the module pygame from python, 288 lines, score saving is missing. if you have some problems loading the sprites try changing the directory code to your workspace. if you have this error or something like this : FileNotFoundError: No file found in working directory

try changing : normalBeanImage=pygame.image.load(os.path.join("assets","cofbean.png")) to: normalBeanImage=pygame.image.load("youWorkspace\clickerGame\assets\cofbean.png") and do it for all the sprites and mp3 files.

About

a simple clicker game made with the module pygame from python, 288 lines, score saving is missing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages