This is a clone of a popular mobile game called 2048 made in Console Application .NET.
Arrows: Up, Right, Down, Left Enter to exit the game, [H] or [E] to change play mode (the way how new blocks are rendered)
You play on 4x4 grid (default, can be easily modified) and you can track your score and number of moves. You are making new tiles from the same ones that are next to each other (8+8=16 etc.) The tile you create increments its new value into the score count integer. You play until you lead yourself into a position where you can no longer swipe.
The project and all its parts developed by wortelus, this program is licensed under MIT License.