This project is an RPG-style game built from the ground up using Python.
- Language: Python 3.14+
- Genre: RPG (Role-Playing Game)
-
Clone the repository:
git clone https://github.com/FaSTIK6/TaniK.git cd TaniK -
Sync dependencies:
uv sync
-
Go to src directory:
cd src -
Run the game:
clear && uv run python -m tanik.main