https://github.com/cacilhas/lightsout
LightsOut is the very first Smalltalk example from Squeak by Example and Pharo by Example.
https://github.com/cacilhas/lightsout
game love2d moonscript
Last synced: about 2 months ago
JSON representation
LightsOut is the very first Smalltalk example from Squeak by Example and Pharo by Example.
- Host: GitHub
- URL: https://github.com/cacilhas/lightsout
- Owner: cacilhas
- License: other
- Created: 2019-01-07T22:30:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T23:39:26.000Z (over 6 years ago)
- Last Synced: 2025-01-21T15:49:44.638Z (3 months ago)
- Topics: game, love2d, moonscript
- Language: MoonScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# LightsOut

[LightsOut](http://en.wikipedia.org/wiki/Lights_Out_(game)) is the very
first [Smalltalk](http://smalltalk.org/main/) example from
[Squeak by Example](http://www.squeakbyexample.org/) and
[Pharo by Example](http://pharobyexample.org/).I decided to code it as one of my first games using
[LÖVE](http://www.love2d.org/).## LÖVE
[LÖVE](http://www.love2d.org/) is an **awesome** framework you can use
to make 2D games in [Lua](http://www.lua.org/). It’s free, open-source,
and works on [Windows](http://windows.microsoft.com/pt-br/windows/home),
[Mac OS X](https://www.apple.com/br/osx/) and
[Linux](http://www.linux.org/).All you need to know, you find on the
[project wiki](http://www.love2d.org/wiki/Main_Page).## MoonScript
[MoonScript](http://moonscript.org/) is a dynamic scripting language that
compiles into [Lua](http://www.lua.org/). It gives you the power of one of the
fastest scripting languages combined with a rich set of features.You can find a complete language reference on the
[Language Guide](http://moonscript.org/reference/). For Lua reference, try the
[Lua 5.2 Reference Manual](http://www.lua.org/manual/5.2/).