Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steelx/py-rpg-01

jRPG Game in Python
https://github.com/steelx/py-rpg-01

2d-game pygame pygame-ce python

Last synced: 13 days ago
JSON representation

jRPG Game in Python

Awesome Lists containing this project

README

        

# py-rpg-01
jRPG Game in Pygame

![image](./screenshots/Screenshot_2023-11-16.png)

## Install
```bash
pip install -r requirements.txt
```

## Update requirements
```bash
pip freeze > requirements.txt
```

## Tests
```commandline
python -m unittest discover -s tests
```
### single test
```commandline
python -m unittest .\tests\test_map_builder.py
```

# Learning notes
[notes](./notes.md)