Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boennemann/2048.cs

2048 in C# :grimacing:
https://github.com/boennemann/2048.cs

Last synced: about 16 hours ago
JSON representation

2048 in C# :grimacing:

Awesome Lists containing this project

README

        

2048 in C#
=

> because who doesn't like pain*

\* university

Open solution or run and compile in the Terminal (OSX)

```bash
brew install mono
mcs Program.cs Game.cs Cell.cs Messenger.cs && mono Program.exe
```