,--.
{ }
K, }
/ ~Y`
, / /
{_'-K.__/
`/-.__L._
/ ' /`\_}
/ ' /
____ / ' / ******************
,-'~~~~ ~~/ ' /_ * Death for fun! *
,' ``~~~ ', ******************
( Y ***
{ I **
{ - `, *
| ', )
| | ,..__ __. Y
| .,_./ Y ' / ^Y J )|
\ |' / | | ||
\ L_/ . _ (_,.'(
\, , ^^""' / | ) _ ___ ___ ___ _ _ ___ ___ ___ __ _____ _ _ ___ _ _
\_ \ /,L] / | | | __/ __| __| \| | \ / _ \| __| \ \/ / __| \| |/ _ \| \| |
'-_~-, ` ` ./` | |__| _| (_ | _|| .` | |) | | (_) | _| > <| _|| .` | (_) | .` |
`'{_ ) |____|___\___|___|_|\_|___/ \___/|_| /_/\_\___|_|\_|\___/|_|\_|
^^\..___,.--`
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:
Linux Ubuntu/Mint:
sudo apt-get install git build-essential cmake libncurses5-dev libncursesw5-devArch Linux/Manjaro:
sudo pacman -S git base-devel cmake ncursesBuild Open a terminal window, and navigate to your Downloads directory:
1. git clone https://github.com/XenonLab-Studio/The_Legend_of_Xenon
2. cd The_Legend_of_Xenon
3. cd src
4. make
5. ./tlox # to start the game!Optional: to clean the folder from the compilation files, write "make clean".
It is apparently possible to build this code for Windows 10 (compiler MinGW), at the moment I do not have specific details.
(c) 2019 Stefano Peris [email protected]
This program 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.
This program 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/.