/littlepythongames

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

Primary LanguagePythonMIT LicenseMIT

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)