Attempt at a RPG based on an entity-component-system.
Install ecs from PyPI(pip install ecs) then run rpg.py
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
od -- opens entity list (default on) cd -- closes entity list