Skip to content

Simple python games to be used for teaching python to undergraduate students

License

Notifications You must be signed in to change notification settings

landerlini/littlepythongames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little Python Games

Simple python games to be used for teaching python to undergraduate students

Currently implemented:

  • quiz: ask questions through terminal as read from an input file
  • count_words: count the number of unique words in a text file (not really a game)
  • mastermind: simple mastermind game (cf. https://www.chiark.greenend.org.uk/~sgtatham/puzzles/doc/guess.html#guess)
  • pong: simple game with a pad moved with arrows and a ball that should not hit the wall behind (pygame)
  • memory: simple memory game with a "rpg-like" interface with the character navigating through boxes containing numbers (pygame)
  • reversi: simple implementation of the reversi board-game, including neural-network based artificial intelligence (pygame)

About

Simple python games to be used for teaching python to undergraduate students

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages