A Swifty and fun, single-user, level-based user dungeon game for macOS and Linux.
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.
- Infinite room generation
- Experience and level system
- Attack and heal system
- Persistent data or load games
- Inventory system
- Command set support
If you're looking for GUI versions, we recommend looking at the following projects:
- TerminaGame/mac: official SpriteKit version of Termina for macOS
- TerminaGame/ios: official SpriteKit version of Termina for iOS
We have packages available through the Homebrew package manager! Just follow the instructions below to get started:
- Install Homebrew if you haven't already.
- Run the following commands:
brew tap TerminaGame/termina-osx
brew install termina
brew tap TerminaGame/termina-osx
brew install termina-dev
Clone the repository, then run swift build --configuration release
. To run the app from source, use swift run
.
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.
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.