An open API service indexing awesome lists of open source software.

https://github.com/lovasoa/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/ .
https://github.com/lovasoa/2048.lua

Last synced: 9 months ago
JSON representation

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/ .

Awesome Lists containing this project

README

          

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