Skip to content
forked from kflu/2048

My take on the 2048 game in C#. Console version.

License

s1rcheese/2048-csharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 AppVeyor CodeFactor

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.

Here's how it looks like: screenshot

Building and Running

First clone the repo:

git clone https://github.com/s1rcheese/2048.git
cd 2048

To update the source code:

git pull

Building

If you only want to build the source code:

dotnet build

Running

If you want to run the project via your command line:

dotnet run --project 2048

Stuff to do

~~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. ~~

About

My take on the 2048 game in C#. Console version.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%