Skip to content

Rick0038/Basic-Python-Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-Python-Games

Basic Python Games with basic python code

Things to do

1)Add the provided bounce.wav to add the sound effect otherwise it will give you an error .

2)For operating systems other than Linux

  MAC devices use  os.system("afplay bounce.wav&")
  
  For Windows devices import winsound and use winsound.Playsound("bounce.wav", winsound.SND_ASYNC) in place of      os.system("aplay bounce.wav&")

3)To run this You need python-tk module installed in your system In ubuntu based system just type sudo apt install python3-tk.

About

Basic Python Games with basic python code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages