Skip to content

TerminaGame/mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Termina for macOS

The macOS version of Termina

Swift Version

Termina for macOS on MacBook Pro

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.

Features

  • Infinite room generation from templates
  • Experience and level systems
  • Attack and heal system
  • Persistent data and import from Termina Base
  • Inventory system
  • Platforming

Downloads

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.

Building from source

  1. Clone the project locally.
  2. Open the project in Xcode and change the developer signing to your own account.
  3. 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)'.