Skip to content

2048 game - studies project. C# - Windows form.

Notifications You must be signed in to change notification settings

KamilBest/2048Game

Repository files navigation

2048 GAME (Written in C#)

" 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.

Screenshoots:

To do: (some day) Create "Game" class to organize other classess. Now too much of important actions are in MainForm file.

About

2048 game - studies project. C# - Windows form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages