Skip to content

TerminaGame/cli

Repository files navigation

Termina

A Swifty and fun, single-user, level-based user dungeon game for macOS and Linux.

Swift 5.0 Swift CI

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

This is the recommended package over TerminaGame/base.

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, then run swift build --configuration release. To run the app from source, use swift run.

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.

About

The command line version of Termina for macOS and Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages