Skip to content
/ 2048 Public

A terminal based clone of the popular game 2048.

License

Notifications You must be signed in to change notification settings

vmednis/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

A terminal based clone of the popular game 2048.

Screenshot

Avoids use of any libraries, should compile and run on any system that is somewhat POSIX compliant.

Compiling

g++ -std=c++11 -o 2048 2048.cpp

Tested

Currently tested only on a few operating systems:

  • Linux
  • Minix (with -DASCIIONLY)
  • Haiku (with -DASCIIONLY and -DIJKL_FALLBACK)

About

A terminal based clone of the popular game 2048.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages