This is a console-based implementation of the popular puzzle game 2048, written in C#.
preview.mp4
-
The game is played entirely in the console, with no GUI.
-
The game has a simple menu system, allowing the player to start a new game, create a account, login, view the leaderboard, or exit the game.
-
The game has a leaderboard system, which stores the top 3 scores in a text file.
-
The game has a simple account system, which allows the player to create an account and login to it. The player's score is saved to their account when they exit the game.
-
The game allows the player to choose the size of the grid they want to play on
git clone https://github.com/sontungexpt/game-2048.git
Open the project in Visual Studio and run the project.
If you find any issues with this configuration or would like to contribute, please feel free to submit a pull request or open an issue.
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details.