helloworld89 / 2048Console

Write the 2048 game with console application with C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Write the 2048 game with console application with C#

License:Apache License 2.0


Languages

Language:C# 100.0%