https://github.com/xorboo/net-2048
2048 in a terminal, because of reasons
https://github.com/xorboo/net-2048
blazor csharp dotnet
Last synced: 2 months ago
JSON representation
2048 in a terminal, because of reasons
- Host: GitHub
- URL: https://github.com/xorboo/net-2048
- Owner: Xorboo
- License: other
- Created: 2025-01-22T01:52:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-26T18:41:36.000Z (over 1 year ago)
- Last Synced: 2025-03-30T02:33:21.235Z (over 1 year ago)
- Topics: blazor, csharp, dotnet
- Language: C#
- Homepage: https://xorboo.github.io/net-2048/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048.NET
Just a tiny 2048 implementation as a .NET Console app, made because of reasons. Realtime animations and stuff for fun.
**Controls:** WASD, R - restart, Q - quit, Y(es)/N(o)
## How to run
### Build Locally
Requires .NET 8
```sh
cd net-2048
dotnet run
```
### In the browser
Deployed to [GH Pages](https://xorboo.github.io/net-2048/) automatically. Blazor code hacked up for fun and barely works, avoid at all costs.