/simple-rogue

A text-based implementation of Rogue

Primary LanguageJavaMIT LicenseMIT

Simple Rogue

A very simple game, based on Rogue, a classic dungeon crawling role-playing game from the 1980s.

Usage

java GameEngine

Commands:

help           Displays available commands in the main menu

player     Create a player character

monster   Create a monster character

start    Starts a new game with the created player and monster

exit     Exits the game

Movements:

w      Move one cell North

a      Move one cell West

s      Move one cell South

d      Move one cell East

Note: This is a copy of the original private repo, with all sensitive info removed.