/2048

2048 clone for .NET 5 console

Primary LanguageC#

2048 Console Clone

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

Releases

Buiding

Make sure you have the .NET 5 SDK installed.

Open the project in Visual Studio 2019

Running

Make sure you have the .NET 5 SDK installed

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