Skip to content

NCurses roguelike game project with a procedurally generated galaxy

License

Notifications You must be signed in to change notification settings

bredlej/TleilaxRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tleilax

A roguelike in space!

Screenshot

Prerequisites

Needs a linux system or something with a bash console & support for Ncurses and Lua.

On a Debian like environment install Ncurses & Lua with

> sudo apt-get install libncurses-dev
> sudo apt-get install liblua5.3-dev

Or download both libraries and compile them with

cd path/to/lib
> make
> sudo make install

For running the program, clone it from github then go inside the folder and type in:

> make
> ./tleilax

The program uses Lua scripts for generation of the stars, user input etc. which are in the ./lua/ folder.

Please contact me if there are any issues or you need help with getting it to run.

Author

Patryk Szczypień (https://github.com/bredlej) - [email protected]

License

This project (with exceptions) is licensed under the MIT License - see the LICENSE file for details

Exceptions of licensing:

This project uses the PCG Random Minimal C Implementation - https://github.com/imneme/pcg-c-basic which is under the Apache License 2.0.

About

NCurses roguelike game project with a procedurally generated galaxy

Topics

Resources

License

Stars

Watchers

Forks