Skip to content
forked from mevdschee/2048.c

Console version of the game "2048" for GNU/Linux

License

Notifications You must be signed in to change notification settings

jasonkliu/2048.c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048.c

screenshot

Console version of the game "2048" for GNU/Linux

Requirements

  • gcc

Installation

wget https://raw.githubusercontent.com/mevdschee/2048.c/master/2048.c
gcc -o 2048 2048.c
./2048

Background Colors

Blue: ./2048 -b

Bright Red: ./2048 -r

Green: ./2048 -g

Cyan: ./2048 -c

Purple: ./2048 -p

Yellow: ./2048 -y

About

Console version of the game "2048" for GNU/Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%