Skip to content

smokku/mlge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Little Game Engine

Preparation

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

Building

zig v. 0.11 required.

zig build

Running

Server

zig build server

Client

zig build client