Skip to content

Example games to showcase various Python libraries

License

Notifications You must be signed in to change notification settings

javiunzu/python-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-games

Example games to showcase various Python libraries.

Pong

Classic game of Pong using the turtle module, which is part of the standard Python library.

Snake

Snake game using pygame.

Connect four

Four-in-a-row game. Uses pygame and can be played against the computer. It features numpy to ease the work with the matrix that represents the board status.

About

Example games to showcase various Python libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages