Skip to content

Releases: widgrensit/asobi_lua

v0.1.0 — first public release

30 Apr 20:53
1686e6a

Choose a tag to compare

First public release of asobi_lua, the Lua scripting runtime for the asobi game backend.

What's in this release

  • Lua game logic powered by Luerl (Lua 5.4 on the BEAM)
  • Hot reload — change game code without restarts or disconnecting players
  • World and match modes — both single-shard worlds and ephemeral matches
  • Sandboxed execution via luerl_sandbox:init/1
  • Docker image at ghcr.io/widgrensit/asobi_lua:v0.1.0 (also :latest)

Try it

docker run --rm -p 8080:8080 ghcr.io/widgrensit/asobi_lua:v0.1.0

See the README for the full quickstart with Postgres + docker-compose.

Status

Pre-1.0. APIs may change between minor versions until 1.0. Apache-2.0.