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

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

Awesome Lists containing this project

README

          

# Adventure Tiles

[![License](https://img.shields.io/github/license/cpluspatch/nsi-game.svg?style=flat-square)](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).