Jeakout
2015-08-01, post № 51
games, programming, Pygame, Python, #arcade, #arcade game, #Atari, #break, #break blocks, #breaking, #breaking blocks, #com, #computer play, #game, #games
Continuing with my arcade game replicas, I programmed Breakout.
This version is fairly simple. Your lives will be displayed at the lower right corner, your points in the screen’s caption. There also is a computer implementation, which — as in Jong — cannot lose.
Usage
- Left arrow key moves the hitter to the left,
- Right arrow key moves the hitter to the right,
- ‘Space’ toggles computer play.
Source code: jeakout.py