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

https://github.com/bluefrog130/2048

2048 clone for .NET 5 console
https://github.com/bluefrog130/2048

Last synced: 8 months ago
JSON representation

2048 clone for .NET 5 console

Awesome Lists containing this project

README

          

# 2048 Console Clone

C# console clone of the game 2048. Made using .NET 5.

[Releases](https://github.com/BlueFrog130/2048/releases)

### Buiding

Make sure you have the [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) installed.

Open the project in [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)

### Running

Make sure you have the [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) installed

1. Clone the project
2. Navigate to the cloned folder in the command line
3. Run using `dotnet run 2048`