Skip to content

yboyer/2048.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048.c

Console version of the 2048 game in C language

Gameplay

  • Like in the initial game, use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one.
  • You can also change animation of the moving cells by pressing the a key during the game.

Requirements

  • GNU GCC Compiler

About

Console version of the 2048 game in C language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages