Lua Rogue. A toolkit for building roguelike games in Lua.

github.com/cloudwu/rogue

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2022
  • background ignore layer
  • Add kx ky
  • add renderer flags
  • Use logicalsize
  • bugfix
  • bugfix: mouse event in resized window
  • setlayer
  • Add background color and mouse events
April 2022
  • map cp437 1~31
  • Add scale
  • Add doublesize
  • Use 12px fonts
  • Merge branch 'main' of github.com:cloudwu/rogue
  • Add utf8
  • Merge pull request #2 from actboy168/patch-2
  • disable IME
  • Merge pull request #1 from actboy168/patch-1
  • Merge branch 'main' into patch-1
  • hide layer
  • Add camera example