https://github.com/cpluspatch/adventure-tiles
A tile-based RPG for my NSI project
https://github.com/cpluspatch/adventure-tiles
pixel-art pygame python rpg rpg-game tile
Last synced: about 1 month ago
JSON representation
A tile-based RPG for my NSI project
- Host: GitHub
- URL: https://github.com/cpluspatch/adventure-tiles
- Owner: CPlusPatch
- License: gpl-3.0
- Created: 2023-10-25T19:47:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T18:25:50.000Z (over 2 years ago)
- Last Synced: 2025-12-30T07:31:02.339Z (6 months ago)
- Topics: pixel-art, pygame, python, rpg, rpg-game, tile
- Language: Python
- Homepage:
- Size: 53.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adventure Tiles
[](https://github.com/cpluspatch/nsi-game/blob/master/LICENSE)
A small tile-based RPG for my NSI class
## Installation
Install Python and Pygame.
> ⚠️ Python version 3.11 or later is required
Debian/Ubuntu:
```bash
sudo apt install python3 python3-pip
pip3 install pygame
```
Arch:
```bash
sudo pacman -S python python-pygame
```
Fedora:
```bash
sudo dnf install python3 python3-pip
pip3 install pygame
```
## Usage
To run, do:
```
python3 game.py
```
## License
This project is licensed under the [GPLv3](https://github.com/cpluspatch/nsi-game/blob/master/LICENSE).