Sirvoid / Midless

Midless is a free and open-source voxel game made in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Chat

Midless is a free and open-source voxel game made in C.

Controls

Input Action
W A S D Move
Space Jump
Left Click Break block
Right Click Place block
Mouse wheel Block Selection
T Open Chat
ESC Open menu

Dependencies

Dependency Version Type Used By
Raylib 4.5 Single-File Client / Server
Zpl-c/ENet 2.3.6 Single-File Client / Server
FastNoiseLite - Single-File Client / Server
stb_ds - Single-File Client / Server
MiniLua - Single-File Server
For Optional Server's Websocket Support:
mongoose 7.8 Single-Files (.c, .h) Server
OpenSSL - Linked Server

Compiling for Windows using MinGW

  1. Download and Build Raylib
  2. Place single-files dependencies inside /libs
  3. Edit the makefile's properties if needed
  4. Run mingw32-make inside the Midless folder where the MakeFile is located.

Make arguments:

BUILD_SERVER=TRUE       - Build Midless Server (Doesn't build the client)
SERVER_HEADLESS=TRUE    - Compile server without graphics
SERVER_WEB_SUPPORT=TRUE - Compile server with websocket support

DEBUG=TRUE              - Debug build

PLATFORM=PLATFORM_WEB   - Build for the web (Client only)

License

All code in this repository is licensed under the MIT License.

About

Midless is a free and open-source voxel game made in C.

License:MIT License


Languages

Language:C 96.2%Language:Makefile 1.9%Language:GLSL 1.9%