Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 417 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 417 Bytes

TheRPG

Attempt at a RPG based on an entity-component-system.

Running

Install ecs from PyPI(pip install ecs) then run rpg.py

Usable commands

move left,right,up,down -- movement command

look -- list visiable things in your vision range

take -- list visible items and adds selected ones to inventory

inv -- list inventory items

debug commands

od -- opens entity list (default on) cd -- closes entity list