Skip to content

YakPie/roguelike-for-stream

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

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