Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenonlab-studio/dungeon_adventure
Text adventure (Interactive Fiction) inspired by the classic "Colossal Cave Adventure" of 1976.
https://github.com/xenonlab-studio/dungeon_adventure
advent colossal-cave interactive-fiction linux-game macos-game open-adventure terminal-game text-adventure windows-game zork
Last synced: 28 days ago
JSON representation
Text adventure (Interactive Fiction) inspired by the classic "Colossal Cave Adventure" of 1976.
- Host: GitHub
- URL: https://github.com/xenonlab-studio/dungeon_adventure
- Owner: XenonLab-Studio
- License: gpl-3.0
- Created: 2018-11-22T00:21:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T13:06:58.000Z (about 6 years ago)
- Last Synced: 2024-10-27T19:31:26.597Z (3 months ago)
- Topics: advent, colossal-cave, interactive-fiction, linux-game, macos-game, open-adventure, terminal-game, text-adventure, windows-game, zork
- Language: C
- Size: 57.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*******************************************************************************
| | | |
_________|________________.=""_;=.______________|_____________________|_______
| | ,-"_,="" `"=.| |
|___________________|__"=._o`"-._ `"=.______________|___________________
| `"=._o`"=._ _`"=._ |
_________|_____________________:=._o "=._."_.-="'"=.__________________|_______
| | __.--" , ; `"=._o." ,-"""-._ ". |
|___________________|_._" ,. .` ` `` , `"-._"-._ ". '__|___________________
| |o`"=._` , "` `; .". , "-._"-._; ; |
_________|___________| ;`-.o`"=._; ." ` '`."\` . "-._ /_______________|_______
| | |o; `"-.o`"=._`` '` " ,__.--o; |
|___________________|_| ; (#) `-.o `"=.`_.--"_o.-; ;___|___________________
____/______/______/___|o;._ " `".o|o_.--" ;o;____/______/______/____
/______/______/______/_"=._o--._ ; | ; ; ;/______/______/______/_
____/______/______/______/__"=._o--._ ;o|o; _._;o;____/______/______/____
/______/______/______/______/____"=._o._; | ;_.--"o.--"_/______/______/______/_
____/______/______/______/______/_____"=.o|o_.--""___/______/______/______/____
/______/______/______/______/______/______/______/______/______/______/______/
*******************************************************************************
___________________________________________________________________________________
___ _ _ _ _ ___ ___ ___ _ _ _ _____ _____ _ _ _____ _ _ ___ ___
| \| | | | \| |/ __| __/ _ \| \| | /_\ | \ \ / / __| \| |_ _| | | | _ \ __|
| |) | |_| | .` | (_ | _| (_) | .` | / _ \| |) \ V /| _|| .` | | | | |_| | / _|
|___/ \___/|_|\_|\___|___\___/|_|\_| /_/ \_\___/ \_/ |___|_|\_| |_| \___/|_|_\___|
___________________________________________________________________________________# INSTALLATION
## Unix/Linux
On Linux (and other Unix-like systems), I do not guarantee that it will work
under Windows and MacOS, in case of problems contact me: [email protected]```bash
# Linux Ubuntu/Mint:
sudo apt-get install git build-essential cmake make gawk# Arch Linux/Manjaro:
sudo pacman -S git base-devel cmake make gawk
```**Build**
```bash
# Open a terminal window, and navigate to your Downloads directory:
1. git clone https://github.com/XenonLab-Studio/Dungeon_Adventure.git
2. cd Dungeon_Adventure
3. chmod +x build.sh
4. ./build.sh
5. cd build
6. ./dungeonadv # to start the game!
```## Windows
*Is possible to build this code for Windows 10 (compiler MinGW)*.
## MacOS
*The build should be identical on MacOS (the project uses the standard C libraries). I do not own MacOS, so I do not have any useful information to give.*
## LICENSE
(c) 2018 Stefano Peris
email:
Dungeon Adventure is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.Dungeon Adventure is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .