Rage of Mages 2 (ROM) implementation in python/opengl.
Can draw a bunch of animations... Some stuff can even move, wow
Requires Python 3.7x.
cd rom2py
git clone https://gi
pip install -r requirements.txt
python setup.py build
Requires ROM2 to be installed to run. Pinpoint the path containig graphics.res
in config.ini
.
- Main -
python main.py
- Tests -
python -m "nose" tests
- Benchmarks
python -m "nose" time_tests --with-timer
See makefile for more commands. See rom2books repo for more hijinks with ROM2 assets.