/2048.lua

lua implementation of the popular game "2048". The aim is to merge tiles until you get a 2048 tile. Original game by @gabrielecirulli on http://gabrielecirulli.github.io/2048/ .

Primary LanguageLua

2048.lua

lua implementation of the popular game "2048". The aim is to merge tiles until you get a 2048 tile. Original game by @gabrielecirulli on http://gabrielecirulli.github.io/2048/ .

About the project

This is my first project in lua, and I did that in one day. So this code may not be the most beautiful thing you have ever seen.

Try it!

sudo apt-get install love
git clone https://github.com/lovasoa/2048.lua.git
love 2048.lua