Therania is a 2D action-adventure game where you play as Imir, a knight lady navigating between light and darkness. Explore a world filled with mysteries, solve puzzles, and fight enemies as you uncover the secrets of Therania.
Download the latest version of Therania for your platform:
- Game design and programming: kaloou
- Graphics and animations: Various open-source and licensed assets
- Music and sound effects: Open-source
If youโd like to contribute to Therania, follow these steps:
- Fork the repository.
- Clone your forked repository:
git clone https://github.com/kaloou/Unity-Therania-2Dgame.git
- Navigate into the project directory:
cd Unity-Therania-2Dgame - Create a new branch for your changes:
git checkout -b your-feature-branch
- Make your modifications and test them.
- Add and commit your changes:
git add . git commit -m "Your changes description"
- Push your changes and submit a pull request:
git push origin your-feature-branch
Feel free to report any issues, suggest features, or help improve the game!
