c63f804bff
An ASCII-art game like Space Invaders using ncurses. Signed-off-by: Thomas Huth <huth@tuxfamily.org> Reviewed-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
config BR2_PACKAGE_ASCII_INVADERS
|
|
bool "ascii_invaders"
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
An ASCII-art game like Space Invaders using ncurses.
|
|
|
|
https://github.com/macdice/ascii-invaders
|