A minimal, 2048 game written in C using Raylib.
Raylib should be installed.
git clone https://github.com/tmpstpdwn/2048.c
cd 2048.c
make
./2048
| Key | Action |
|---|---|
| Arrow keys | Move tiles |
| Space | Reset the game |
| Escape | Quit the game |
If the board is full and no merges are possible, restart by pressing space.
This project is provided under the MIT License. Feel free to use, modify, or distribute it.