Skip to content

mohfunk/Rouge-Like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rouge-Like terminal Game in C++

Install

$ clone git@github.com:mohfunk/Rouge-Like.git
$ cd Rouge-like
$ make # compile
$ ./rouge # run the game

Commands

Navigation

    we - move west
    ea - move east
    no - move north
        ne - move North East
        nw - move North West
    so - move south
        se - move South East
        sw - move North West

Actions

    u <dir> - use item on <dir>
    a <dir> - attack entity on <dir>

Other

    r - Restart
    q - Quit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published