Goblocks

Lua game engine based on Raylib

Project Structure

Goblocks uses Lua for projects.

The most basic project would look like this:

```lua function Setup() end

function Update() end

function Draw() hello() end ```

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