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/ .
- Host: GitHub
- URL: https://github.com/lovasoa/2048.lua
- Owner: lovasoa
- Created: 2014-04-03T23:16:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T23:22:41.000Z (almost 12 years ago)
- Last Synced: 2025-02-08T23:45:37.647Z (11 months ago)
- Language: Lua
- Size: 535 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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