All Projects → SimonN → LixD

SimonN / LixD

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

Programming Languages

d
599 projects

Projects that are alternatives of or similar to LixD

numberlink
Program for generating and solving numberlink / flow free puzzles
Stars: ✭ 47 (-41.25%)
Mutual labels:  puzzle
AWKTC
AWKTC is Workable Klutzy Time-wasting Command
Stars: ✭ 44 (-45%)
Mutual labels:  puzzle
unity-webgl-multiplayer
Unity WebGL basic multiplayer demo using WebSockets
Stars: ✭ 43 (-46.25%)
Mutual labels:  multiplayer
OnsetLuaScripts
Example Lua scripts for Onset for you to learn from.
Stars: ✭ 57 (-28.75%)
Mutual labels:  multiplayer
cloud-game-servers-examples
Collection of examples for using Google Cloud Game Servers.
Stars: ✭ 28 (-65%)
Mutual labels:  multiplayer
Kosm-Classic-FPS-Template-UE4
Classic Arena First-Person-Shooter Mechanics for Unreal Engine 4.
Stars: ✭ 38 (-52.5%)
Mutual labels:  multiplayer
uno-multiplayer
uno multiplayer web app game based on socket io and nodejs
Stars: ✭ 27 (-66.25%)
Mutual labels:  multiplayer
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (-13.75%)
Mutual labels:  multiplayer
level10
Phoenix LiveView multiplayer card game
Stars: ✭ 51 (-36.25%)
Mutual labels:  multiplayer
LunarGdx
A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
Stars: ✭ 23 (-71.25%)
Mutual labels:  multiplayer
HeroesArena
A turn-based arena multiplayer role-playing game
Stars: ✭ 16 (-80%)
Mutual labels:  multiplayer
Raymarch-Engine
Minimal ray-traced game engine with gravity affected rays
Stars: ✭ 17 (-78.75%)
Mutual labels:  puzzle
OSIS
Entity Component System with network support (for haxe)
Stars: ✭ 40 (-50%)
Mutual labels:  multiplayer
tamcolors
tamcolors is a terminal game library which supports multiplayer and audio. tamcolors gives a buffer which lets the user set the character, foreground color and background color which can draw at a stable FPS of 25 on all supported console.
Stars: ✭ 24 (-70%)
Mutual labels:  multiplayer
voxelfield
Server authoritative multiplayer shooter game with fully destructible terrain
Stars: ✭ 20 (-75%)
Mutual labels:  multiplayer
FishFight
Tactical 2D shooter in fishy pixels style. Made with Rust-lang and Macroquad 🦀🌶
Stars: ✭ 631 (+688.75%)
Mutual labels:  multiplayer
king of tokyo
👑 King of Tokyo Multiplayer Board Game using Phoenix LiveView
Stars: ✭ 25 (-68.75%)
Mutual labels:  multiplayer
godothub client
GodotHub Client Class, Multiplayer and network messaging for Godot
Stars: ✭ 16 (-80%)
Mutual labels:  multiplayer
Oxide.GettingOverItMP
A multiplayer mod for the game Getting Over It with Bennett Foddy, powered by the Oxide modding framework
Stars: ✭ 33 (-58.75%)
Mutual labels:  multiplayer
backgammony
A backgammon client with multiplayer support
Stars: ✭ 37 (-53.75%)
Mutual labels:  multiplayer

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

Get Lix

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

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/server. The server will listen on UDP port 22934; you can choose a different port by $ bin/server --port=<number>.

Build instructions

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

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 and extract it in Lix's directory.

Contact

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].