Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smokku/mlge

My Little Game Engine
https://github.com/smokku/mlge

gameengine javascript zig

Last synced: 17 days ago
JSON representation

My Little Game Engine

Awesome Lists containing this project

README

        

# My Little Game Engine

## Preparation

This project makes use of git submodules, so you need to `git clone --recursive`.

## Building

[`zig`][1] v. 0.11 required.

zig build

[1]: https://ziglang.org

## Running

Server

zig build server

Client

zig build client