Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

TerminaGame/base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termina (Base + CLI)

Screenshot

Termina is a fun single-user, level-based user dungeon game for macOS and Linux.

Swift Version

This repository provides the base source code for the game as well as the project files for building the command line version via Xcode.

Features

  • Infinite room generation
  • Experience and level system
  • Attack and heal system
  • Persistent data or load games
  • Inventory system
  • Command set support

GUIs

If you're looking for GUI versions, we recommend looking at the following projects:

Downloads

Download via Homebrew

We have packages available through the Homebrew package manager! Just follow the instructions below to get started:

  1. Install Homebrew if you haven't already.
  2. Run the following commands:

Regular

brew tap TerminaGame/termina-osx
brew install termina

Developer Build

brew tap TerminaGame/termina-osx
brew install termina-dev

Building from source

Clone the repository via Xcode and run the default scheme to build and test. This requires at least Xcode 11.0 and macOS 10.15 Catalina.

About Logging Features

Termina does log information about your current session for your convenience. However, this data is not stored anywhere and will only be saved when the user asks for this log to be exported to a text file (termlog.txt).

Libraries used:

Libraires used in Termina are under their respective licenses.

To use these libraries, ensure that you fetch the latest versions of the target dependencies via the Swift Package Manager in Xcode.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.