mirror of
https://github.com/kikito/beholder.lua.git
synced 2024-12-16 00:34:21 +00:00
Minimal observer pattern for Lua, with a couple twists
beholder.lua | ||
love.conf | ||
main.lua | ||
README.textile |
h1. beholder.lua demo This is a demo of the beholder.lua library. It shows how the library can be used to capture and manage different kinds of events. The demo requires "LÖVE":http://love2d.org h2. Instructions * Download and install LÖVE * Download/uncompress this repo to a folder * Execute with LÖVE <pre> cd folder/where/this/repo/is love . </pre>