Game 2048 implemented in Lua. The propose of this project is my iniatialization in Lua programming and its concepts.
First, you have to install LOVE 2D.
After, it is only necessary to clone the repo and execute the game
git clone https://github.com/FelipeMarcelino/lua-2048.git
cd lua-2048
love .
- DOWN = "Down Arrow" Or "J"
- UP = "Up Arrow" Or "K"
- RIGHT = "Right Arrow" Or "L"
- LEFT = "Left Arrow" Or "H"