/2048Console

Write the 2048 game with console application with C#

Primary LanguageC#Apache License 2.0Apache-2.0

2048Console

2048 is an easy game, and this is my version,without refering to the source code.

This version has two characteristics.

  • This Game is a Console application, but it's view looks like the windows form.
  • With pointer, it simplified the move of four direction as one direction.
Common Console UI

Color Console UI of this Game