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
- Host: GitHub
- URL: https://github.com/bluefrog130/2048
- Owner: BlueFrog130
- Created: 2021-11-18T20:09:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T20:30:14.000Z (over 4 years ago)
- Last Synced: 2025-01-20T19:38:46.728Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`