Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 392 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 392 Bytes

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