An open API service indexing awesome lists of open source software.

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

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.