Thanks to visit codestin.com
Credit goes to github.com

Skip to content

geoo89/LixD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lix
===

Lix is an action-puzzle game inspired by Lemmings (DMA Design, 1991),
with singleplayer puzzles, networked multiplayer, and a level editor.
Lix is written in the D programming language, uses Allegro 5 for graphics,
sound, and input, and uses enet for networking.

License/Copying/Public domain
-----------------------------

Lix's code, graphic sets, sprites, sound effects, and some music tracks
(but not all music tracks) are released into the public domain via the CC0 public domain dedication.

The text font, DejaVu Sans, and some music tracks come with their own licenses.
See `./doc/copying.txt' for details.

Build instructions
------------------

    $ git clone https://github.com/SimonN/LixD
    Install a D compiler, e.g., dmd: https://dlang.org/download
    Install dub, the D package handler: http://code.dlang.org/download
    Install the Allegro 5.2 runtime library.
    Install the enet 1.3 runtime library.
    $ dub -b release

Detailed instructions: `./doc/build/windows.txt' or `./doc/build/linux.txt'.

Linux package maintainers, please see `./doc/build/package.txt'.

Found a bug, have an idea? Report on https://github.com/SimonN/LixD/issues.

Contact
-------

    Web:    http://www.lixgame.com
    E-Mail: [email protected]
    IRC:    irc.quakenet.org #lix, I'm SimonN or SimonNa
    Forums: lemmingsforums.net, I'm Simon

About

Pre-alpha port of Lix (github.com/SimonN/Lix) to D with Allegro 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • D 99.9%
  • Shell 0.1%