Skip to content

JeffTheK/rella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rella

GitHub

A c++ terminal text game

Building

Run this in terminal to make release build:

rake release

for debug build:

rake debug

to run tests:

rake test