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

https://github.com/simonn/lixd

Lix: Lemmings-like game with puzzles, editor, multiplayer
https://github.com/simonn/lixd

d dlang game lemmings multiplayer puzzle

Last synced: about 1 month ago
JSON representation

Lix: Lemmings-like game with puzzles, editor, multiplayer

Awesome Lists containing this project

README

          

Lix
===

Lix is a puzzle game inspired by *Lemmings* (DMA Design, 1991).
Lix is free and open source.

Assign skills to guide the lix through over 700 singleplayer puzzles.
Design your own levels with the included editor.

Attack and defend in real-time multiplayer for 2 to 8 players:
Who can save the most lix?

![Lix screenshot](https://lixgame.com/img/lix-d-screenshot.png)

Get Lix
-------

* Windows:
[![Download icon](https://lixgame.com/img/download-icon.png)](https://github.com/SimonN/LixD/releases)
[Download Lix for Windows](https://github.com/SimonN/LixD/releases)
* Arch Linux: [Lix AUR
package](https://aur.archlinux.org/packages/lix/),
maintained by Lucki
* Debian: [Lix Debian
package](https://packages.debian.org/stable/source/lix),
maintained by Gürkan
* openSUSE: [Lix openSUSE Build Service
package](https://build.opensuse.org/package/show/games/lix),
maintained by Martin
* Flatpak: [Lix Flathub
package](https://flathub.org/apps/details/com.lixgame.Lix),
maintained by Matthias Mailänder
* Fedora: [Unofficial COPR package](https://copr.fedorainfracloud.org/coprs/szpak/lix/),
maintained by Marcin Zajączkowski
* macOS, other Linuxes, other OSes: Build from source, see below.

Thanks to our awesome package maintainers!

License/Copying/Public Domain
-----------------------------

Lix's code, graphic sets, sprites, levels, 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 have their own licenses.
[Full license/copying
text](https://raw.githubusercontent.com/SimonN/LixD/master/doc/copying.txt)

Networked Multiplayer
---------------------

Lix has competitive multiplayer: Route as many lix as possible into your exit,
even if they're your opponents' lix.

The easiest way to play networked games is on our central server: From
Lix's main menu, go to Network Game and check “Play on the central server”.

Alternatively, you can host private games independently from the central
server. Check “Host a game yourself” in the Network Game menu, then tell
your friends to connect to your machine via “Connect to somebody else”.
To host, UDP port 22934 must be forwarded to your machine, or you can agree
on a different UDP port with your players.

It's possible to run your own standalone server outside of Lix.
To build this server program, `$ cd src/server/`, then `$ dub build`,
switch back to Lix's base directory with `$ cd ../../` and run the server
with `$ bin/lixserv`. The server will listen on UDP port 22934; you can choose
a different port by `$ bin/lixserv --port=`.

Build Instructions
------------------

Instructions are in the directory `./doc/build/` or online:

* [Build instructions for Windows](
https://raw.githubusercontent.com/SimonN/LixD/master/doc/build/win64.txt)
* [Build instructions for Linux or macOS](
https://github.com/SimonN/LixD/blob/master/doc/build/linux.md)
* [Notes for Linux package maintainers](
https://raw.githubusercontent.com/SimonN/LixD/master/doc/build/package.txt)

Quick instructions: You need a D compiler, dub, Allegro 5.2, and enet 1.3.
Build Lix with `$ dub build -b release`, then
[download the game music](https://www.lixgame.com/dow/lix-music.zip)
and extract it in Lix's directory.

Command-Line Switches
---------------------

To play, run `$ lix` without switches.

To force a graphics mode, overriding what you've chosen in the options menu:

$ lix -w run windowed at 640x480
$ lix --resol=800x600 run windowed at the given resolution
$ lix --fullscreen use software fullscreen mode (good Alt+Tab)
$ lix --hardfull=1600x900 use hardware fullscreen at given resolution
$ lix --help list all supported switches (there are more)

There are more switches. Read the [command-line switch reference](
https://raw.githubusercontent.com/SimonN/LixD/master/doc/cmdargs.txt)
in `.doc/cmdargs.txt`.

Level designers may be interested in
[batch replay verification](
https://raw.githubusercontent.com/SimonN/LixD/master/doc/levmaint.txt)
in `./doc/levmaint.txt`.

Contact
-------

* [Lix Homepage](https://www.lixgame.com)
* [Bugs & Suggestions](https://github.com/SimonN/LixD/issues)
* [Lemmings Forums](https://www.lemmingsforums.net/index.php?board=8.0),
I'm Simon
* E-Mail: `s.naarmann@gmail.com`
* IRC: `#lix` on QuakeNet, for Lix development and finding players.
[Web IRC client](https://webchat.quakenet.org/?channels=lix)
* IRC: `#lix` on FreeGameDev, a community of libre game players.
[Web IRC client](https://freegamedev.net/irc/#lix)