sontungexpt / game-2048

The console-based implementation of the popular puzzle game 2048, written in C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game 2048

This is a console-based implementation of the popular puzzle game 2048, written in C#.

Preview

preview.mp4

Features

  • 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

Installation

git clone https://github.com/sontungexpt/game-2048.git

Open the project in Visual Studio and run the project.

Contributions

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.

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details.

About

The console-based implementation of the popular puzzle game 2048, written in C#.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%