Skip to content

v0.3.1 - Production Ready

Latest

Choose a tag to compare

@abhiraj-mengade abhiraj-mengade released this 13 Jan 22:05
· 3 commits to main since this release

๐Ÿ› Fixes

  • Fixed FFI auto-loading (nil in ipairs bug)
  • Fixed .app double-click (absolute paths from bundle)
  • Fixed examples with correct lazy-loaded API

๐Ÿ“š Documentation

  • Added comprehensive game development guide
  • Added pre-commit hooks for automated testing
  • Added CONTRIBUTING.md and CHANGELOG.md

๐ŸŽฎ Game

  • Complete Treasure Hunter blockchain game
  • Standalone macOS .app
  • Production-ready with token economics

๐Ÿ“ฆ Installation

luarocks install sublua
# or
curl -sSL https://raw.githubusercontent.com/MontaQLabs/sublua/main/install_sublua.sh | bash

See CHANGELOG.md for full details.