Skip to content

steelx/py-rpg-01

Repository files navigation

py-rpg-01

jRPG Game in Pygame

image

Install

pip install -r requirements.txt

Update requirements

pip freeze > requirements.txt

Tests

python -m unittest discover -s tests

single test

python -m unittest .\tests\test_map_builder.py

Learning notes

notes