adam-mcdaniel / rogue-like

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%