Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 523 Bytes

File metadata and controls

13 lines (9 loc) · 523 Bytes

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