The macOS version of Termina
Termina is a fun single-user, level-based user dungeon game for macOS and Linux.
This repository provides the source code for the macOS version of the game and the project files needed via Xcode.
- Infinite room generation from templates
- Experience and level systems
- Attack and heal system
- Persistent data and import from Termina Base
- Inventory system
- Platforming
You can get the game directly from Itch.io: https://marquiskurt.itch.io/termina
You can also view the latest releases on the repository.
If you prefer testing builds, you may want to consider the Termina for macOS Beta Program.
- Clone the project locally.
- Open the project in Xcode and change the developer signing to your own account.
- Build and run the application. If you want to make a release rather than a debug version, change the scheme from 'Termina' to 'Termina (Release)'.