My take the 2048 game in C#. Console version. The implementation is pretty customizable. You can tweak the size of the canvas and the probabilities of 2s and 4s, etc. Just compile and run from console. Should work with both .NET and Mono.
First clone the repo:
git clone https://github.com/s1rcheese/2048.git
cd 2048To update the source code:
git pullIf you only want to build the source code:
dotnet buildIf you want to run the project via your command line:
dotnet run --project 2048~~Add a black background to the numbers so that other command lines (that is not the one Windows comes with)(ex. Ubuntu Terminal) can see the numbers better. ~~
