Skip to content

FelipeMarcelino/lua-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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"

About

2048 Game implemented in Lua.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages