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

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.

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.

![](https://github.com/FelipeMarcelino/lua-2048/blob/master/play.gif)

# 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"