Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

120 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roguelike game for stream

Build Status

This is a roguelike game being developed live at Twitch! Check out the development schedule at our webpage.

Description

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!

Build & Run

Linux & MacOS

The game is currently dependent on ncurses.

To build (on Linux and Mac):

mkdir build
cd build
cmake ..
make

To run:

./main ../assets/level1

Windows

You need PDCurses, building on Windows is untested. Check issue #62.

About

This is a roguelike game being developed live at Twitch!

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages