https://github.com/edubart/nelua-game2048
Clone of the 2048 game in Nelua using Raylib
https://github.com/edubart/nelua-game2048
2048 game nelua raylib
Last synced: about 1 month ago
JSON representation
Clone of the 2048 game in Nelua using Raylib
- Host: GitHub
- URL: https://github.com/edubart/nelua-game2048
- Owner: edubart
- Created: 2020-03-02T22:34:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T13:20:25.000Z (over 3 years ago)
- Last Synced: 2025-03-22T14:22:02.785Z (about 1 month ago)
- Topics: 2048, game, nelua, raylib
- Language: Lua
- Homepage: https://edubart.github.io/nelua-game2048/
- Size: 821 KB
- Stars: 22
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048 Game Clone in Nelua

Play in your browser at https://edubart.github.io/nelua-game2048/
This an experimental clone of the [2048 game](https://play2048.co/) using
[Nelua](https://github.com/edubart/nelua-lang) and
[Raylib](https://www.raylib.com/). Made mainly for checking out raylib in practice.Raylib bindings from [raylib-nelua](https://github.com/Andre-LA/raylib-nelua-mirror) are used,
thanks to @Andre-LA.## Running
You must have both Nelua and latest Raylib installed and working.
To run simple do `nelua game2048.nelua`