1
0
Fork
You've already forked pyro
0
py(thon) ro(guelike)
  • Python 100%
Find a file
2021年11月15日 23:31:04 +00:00
pyro some comments 2019年01月24日 23:38:21 +00:00
tests add a test 2018年12月19日 11:48:13 +01:00
.gitignore update gitignore 2018年12月31日 15:11:07 +01:00
.python-version initial py3 port 2018年12月18日 13:20:45 +01:00
arial10x10.png initial import 2017年08月27日 19:22:48 +01:00
consolas10x10_gs_tc.png color, fonts and fuckup player class 2017年08月27日 19:38:15 +01:00
LICENSE Add LICENSE 2018年02月11日 18:58:49 +00:00
mononoki_16-19.png switch to new font and window size 2017年09月09日 16:19:54 +01:00
poetry.lock no need for rope; add flake8 2018年12月29日 12:13:47 +01:00
pyproject.toml update pip 2021年11月15日 23:31:04 +00:00
README.md update installation instructions 2019年06月14日 14:38:47 +01:00
setup.py update deps 2018年12月18日 13:20:45 +01:00

PyRo

A prototype roguelike in Python, using libtcod.

This is an experiment aimed to practice a Entity-Component-System.

Install

First install poetry; the installer for poetry is smart enough to install it in a non-system wide location.

Then:

brew install libtcod
cd pyro
poetry install

Then run poetry run pyro.

pyenv

NOTE: this is relevant only if you use pyenv.

To avoid reinstalling python3:

ln -fs /usr/local/opt/python/libexec ~/.pyenv/versions/3.7.1

Credits

Monster descriptions come from d20PFSRD.