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

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

Awesome Lists containing this project

README

        

# 2048 Game Clone in Nelua

![Screenshot](https://raw.githubusercontent.com/edubart/nelua-game2048/master/screenshot.gif)

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`