Goblocks

Lua game engine based on Raylib

Important Links:

Project Structure

Goblocks uses Lua for projects.

The most basic project would look like this:

```lua function Setup() end

function Update(dt) end

function Draw() hello() end ```

All of those functions are required for a window to open!

Installation

If you have Cargo installed simply run cargo install goblocks in your shell/prompt.

References

Out of this project

Raylib - Github Website

Lua - Github Website

In this project

Documentation - File

Features - File

Examples - File