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

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

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.