Skip to content

tmpstpdwn/2048.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048.c

A minimal, 2048 game written in C using Raylib.

Build && Run

Raylib should be installed.

git clone https://github.com/tmpstpdwn/2048.c
cd 2048.c
make
./2048

Controls

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.

License

This project is provided under the MIT License. Feel free to use, modify, or distribute it.

About

2048 in c

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published