Skip to content

A console-based implementation of the far-famed 2048 game with changeable board size, undo, redo and statistics.

Notifications You must be signed in to change notification settings

aannenko/2048InConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048InConsole

A console-based implementation of the far-famed 2048 game with changeable board size, undo, redo and statistics.

Put desired amount of columns, rows, column's width and set if the elapsed time should be dynamically changed in the App.settings file. Note that defaults will be applied instead of unparseable or too small values.

Use the following keys to play:

  • Left Arrow or A - move left
  • Up Arrow or W - move up
  • Right Arrow or D - move right
  • Down Arrow or S - move down
  • Q - undo
  • E - redo
  • Space or N - new game.

Enjoy!

About

A console-based implementation of the far-famed 2048 game with changeable board size, undo, redo and statistics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages