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: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T11:01:07.000Z (over 1 year ago)
- Last Synced: 2025-04-02T00:52:01.257Z (4 months 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
## 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)