A primary learning outcome of this micro jam is exploring what Rust has to offer game development. Because of this, the engine’s documentation doesn’t just focus on how the engine works on the surface, but also under the hood.
You can find all of the engine documentation here:
Introduction - Micro Engine Docs
https://www.forest-anderson.ca/micro-jam-engine/
At the moment, it might be a bit sparse in places! Throughout the jam, the mentors will be able to walk you through any items you get stuck on.
However, the engine is quite small. Less than 500 lines of code in fact! We tried to keep it very simple so that you could easily read through it. It really only contains a few things:
The engine 🤏