https://github.com/sontungexpt/game-2048
The console-based implementation of the popular puzzle game 2048, written in C#.
https://github.com/sontungexpt/game-2048
2048-game csharp game
Last synced: 11 months ago
JSON representation
The console-based implementation of the popular puzzle game 2048, written in C#.
- Host: GitHub
- URL: https://github.com/sontungexpt/game-2048
- Owner: sontungexpt
- License: gpl-3.0
- Created: 2022-05-08T03:59:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T09:16:00.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T09:52:00.533Z (over 1 year ago)
- Topics: 2048-game, csharp, game
- Language: C#
- Homepage:
- Size: 992 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game 2048
This is a console-based implementation of the popular puzzle game 2048, written in C#.
## Preview
https://github.com/sontungexpt/game-2048/assets/92097639/fc3e216a-5367-48bd-9725-c0efe5298c10
## 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
```bash
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](LICENSE) file for details.