steelx / py-rpg-01

jRPG Game in Python

Home Page:https://www.youtube.com/playlist?list=PLq5m66kIJ5Z9FC85B7N_-oIA7nLV0S-Ep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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