This is a roguelike game being developed live at Twitch! Check out the development schedule at our webpage.
A traditional ASCII based Roguelike that you can play in the terminal. The catch is that the Roguelike game connects to the twitch chat and let's the viewers interact with the game. The viewers can spawn monsters or loot to either help the player or make it harder for them!
The game is currently dependent on ncurses
.
To build (on Linux and Mac):
mkdir build
cd build
cmake ..
make
To run:
./main ../assets/level1
You need PDCurses
, building on Windows is untested.
Check issue #62.