Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 712 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 712 Bytes

2048

This is a clone of a popular mobile game called 2048 made in Console Application .NET.

How To Play

Arrows: Up, Right, Down, Left Enter to exit the game, [H] or [E] to change play mode (the way how new blocks are rendered)

Description

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.

License

The project and all its parts developed by wortelus, this program is licensed under MIT License.