ASCII brick breaker game at the command line.
To install the necessary eggs and build ascii-breaker
:
make eggs
make
This will create the ascii-breaker
executable in the repo directory.
Break all the bricks and you win, let the ball go past the paddle and you lose.
a
,h
,<left>
: Move left.d
,l
,<right>
: Move right.
- CHICKEN 5
- ncurses
Copyright (C) 2021 Robert Coffey
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3.