" 2048 is a single-player sliding block puzzle game by 19-year-old Italian web developer Gabriele Cirulli. 2048 was originally written in JavaScript and CSS during a weekend, and released on March 9, 2014, as free and open-source software subject to the MIT license.
The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048. " ~Wikipedia
I wrote this game as project for my studies. I am using here only windows forms.
To do: (some day) Create "Game" class to organize other classess. Now too much of important actions are in MainForm file.