Skip to content
/ 2048 Public

Command-line implementation of the hacker-pop-culture boardgame "2048"

License

Notifications You must be signed in to change notification settings

clinew/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

baf5fa9 · Oct 21, 2024

History

55 Commits
Mar 23, 2014
May 1, 2015
Mar 23, 2014
May 19, 2014
May 1, 2015
May 1, 2015
Oct 21, 2024
May 1, 2015
May 1, 2015
May 1, 2015
May 1, 2015
Oct 21, 2024
Oct 21, 2024
May 1, 2015

Repository files navigation

2048 is a command-line implementation of the hacker-pop-culture boardgame by
the same name.

The goal of the game is to combine tiles of the same number until one creates
the "2048" tile. The entire board may be moved by using either "wasd" (standard
gaming movement keys) or "hjkl" (vim keys). Use Ctrl+C (SIGINT) to exit. Use
"?" to display a help message.