Skip to content

CPlusPatch/adventure-tiles

Repository files navigation

Adventure Tiles

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:

sudo apt install python3 python3-pip
pip3 install pygame

Arch:

sudo pacman -S python python-pygame

Fedora:

sudo dnf install python3 python3-pip
pip3 install pygame

Usage

To run, do:

python3 game.py

License

This project is licensed under the GPLv3.

Releases

No releases published

Packages

No packages published

Languages