Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/steelx/py-rpg-01
- Owner: steelx
- Created: 2023-10-17T11:07:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T11:01:07.000Z (about 1 year ago)
- Last Synced: 2024-12-21T05:17:06.592Z (15 days ago)
- Topics: 2d-game, pygame, pygame-ce, python
- Language: Python
- Homepage: https://www.youtube.com/playlist?list=PLq5m66kIJ5Z9FC85B7N_-oIA7nLV0S-Ep
- Size: 6.48 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)