buildroot/package/xorcurses/Config.in
Thomas Huth 6a216093ca package/xorcurses: new package
XorCurses is a remake of the 8-bit game 'Xor' by Astral Software.
Your task is to roam around a series of mazes where you have to
collect all blue masks before finding the exit. You have two 'shields'
(players) and you can use either one at any time and switch between
them. While the first level is simply a matter of navigation, the
following levels introduce further objects like bombs and teleports,
which have to be used right to solve the puzzles.

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-01-09 22:59:01 +01:00

12 lines
445 B
Plaintext

config BR2_PACKAGE_XORCURSES
bool "xorcurses"
select BR2_PACKAGE_NCURSES
help
XorCurses is a game remake of the 8-bit game 'Xor'. Your task
is to roam around a series of mazes where you have to collect
all blue masks before finding the exit. Note that the game
needs a terminal with colors, i.e. make sure that the TERM
environment variable is set to "linux" ("vt100" won't work).
https://github.com/jwm-art-net/XorCurses/