Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 607 Bytes

File metadata and controls

41 lines (24 loc) · 607 Bytes

ECS-Game

A roguelike written in Python adhering to ECS, to the best of my abilities!

Dependencies

You need the following to play: Numpy 1.16.1 PIL 6.0.0 Python 3.7.0 tcod 11.0.2 attrs 19.3.0

How to play

Run engine.py to begin the game.

Controls

The numpad controls or mouse for movement.

'q', 'w', 'e', 'a, 's', 'd': use equipped item, if possible

'g': grab items

shift + 'd': drop items

shift + 'e': eat items

shift + 'j': view jobs menu

'w': wear items

'i': view your inventory

'm': view message log

'x': look around

'<' or '>': use stairs

'ESC': quit / open menu