Skip to content

This is a roguelike game being developed live at Twitch!

License

Notifications You must be signed in to change notification settings

YakPie/roguelike-for-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published