Skip to content

jonatkinson/games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

games.git

Some games which I'm writing, when I can. See this post for more information.

pong/pong.py

pong.py screen capture

This is almost a non-game. Bounce the ball off the paddle until the game moves too fast, and your score resets. I once managaed 21 points (sheer luck). This demonstrates:

  • pygame initialisation
  • pygame.font usage.
  • pygame.time.clock for 60fps.

Writeup here.

snake/snake.py

snake.py screen capture

This is a reimplementation of Snake. I spent more time on this, and it shows in the final product.

  • 5 increasingly difficult levels.
  • Sound!

Writeup here.

tetris/tetris.py

tetris.py screen capture

A Tetris clone, probably the minimum viable implementation of Tetris features, while still recognisably being the same game.

Thanks

  • Jason Kottke for the Silkscreen font, which I used throughout.
  • Contralogic for the NES sounds samples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published