Dungeon_Adventure

Text adventure (Interactive Fiction) inspired by the classic "Colossal Cave Adventure" of 1976.

GPL-3.0 License

Stars
3

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]

# 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

# 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: [email protected]

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 http://www.gnu.org/licenses/.