https://github.com/felipemarcelino/lua-2048
2048 Game implemented in Lua.
https://github.com/felipemarcelino/lua-2048
2048 2048-game lua oop
Last synced: 9 months ago
JSON representation
2048 Game implemented in Lua.
- Host: GitHub
- URL: https://github.com/felipemarcelino/lua-2048
- Owner: FelipeMarcelino
- Created: 2020-05-12T05:39:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T07:09:26.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T18:43:06.290Z (about 1 year ago)
- Topics: 2048, 2048-game, lua, oop
- Language: Lua
- Size: 1.46 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game 2048
Game 2048 implemented in Lua. The propose of this project is my iniatialization in Lua programming and its concepts.

# How to play
First, you have to install LOVE 2D.
https://love2d.org
After, it is only necessary to clone the repo and execute the game
```sh
git clone https://github.com/FelipeMarcelino/lua-2048.git
cd lua-2048
love .
```
# Commands
* DOWN = "Down Arrow" Or "J"
* UP = "Up Arrow" Or "K"
* RIGHT = "Right Arrow" Or "L"
* LEFT = "Left Arrow" Or "H"