Skip to content

A proof of concept 'game' using an ascii game engine I wrote.

Notifications You must be signed in to change notification settings

adam-mcdaniel/rogue-like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rogue-like

A proof of concept 'game' using an ascii game engine I wrote.

Screenshot

Screenshot

Controls

W -> Up
A -> Left
S -> Down
D -> Right
Enter -> Use Equipped Item
[ -> Equip Next Item Up
] -> Equip Next Item Down

Install and Run

# make sure you have curses installed before you run
git clone https://github.com/adam-mcdaniel/rogue-like

cd rogue-like
python main.py

About

A proof of concept 'game' using an ascii game engine I wrote.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages