Skip to content

steelx/py-rpg-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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