An open API service indexing awesome lists of open source software.

https://github.com/xenonlab-studio/the_legend_of_xenon

Legend of Xenon is a classic roguelike game in which you explore a big dungeon in search of loot and glory.
https://github.com/xenonlab-studio/the_legend_of_xenon

angband ascii-game brogue c-language dungeon-crawler linux-game macos-game ncurses-library nethack roguebasin roguelike-game rpg-game

Last synced: about 1 month ago
JSON representation

Legend of Xenon is a classic roguelike game in which you explore a big dungeon in search of loot and glory.

Awesome Lists containing this project

README

        



,--.
{ }
K, }
/ ~Y`
, / /
{_'-K.__/
`/-.__L._
/ ' /`\_}
/ ' /
____ / ' / ******************
,-'~~~~ ~~/ ' /_ * Death for fun! *
,' ``~~~ ', ******************
( Y ***
{ I **
{ - `, *
| ', )
| | ,..__ __. Y
| .,_./ Y ' / ^Y J )|
\ |' / | | ||
\ L_/ . _ (_,.'(
\, , ^^""' / | ) _ ___ ___ ___ _ _ ___ ___ ___ __ _____ _ _ ___ _ _
\_ \ /,L] / | | | __/ __| __| \| | \ / _ \| __| \ \/ / __| \| |/ _ \| \| |
'-_~-, ` ` ./` | |__| _| (_ | _|| .` | |) | | (_) | _| > <| _|| .` | (_) | .` |
`'{_ ) |____|___\___|___|_|\_|___/ \___/|_| /_/\_\___|_|\_|\___/|_|\_|
^^\..___,.--`

## INSTALLATION

### Unix/Linux, MacOS

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:

```bash
Linux Ubuntu/Mint:
sudo apt-get install git build-essential cmake libncurses5-dev libncursesw5-dev
```
```bash
Arch Linux/Manjaro:
sudo pacman -S git base-devel cmake ncurses
```

**Build**
Open a terminal window, and navigate to your Downloads directory:
```bash
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".*


### Windows

*It is apparently possible to build this code for Windows 10 (compiler MinGW), at the moment I do not have specific details*.


## LICENSE

(c) 2019 Stefano Peris

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 .