A clone of the game 2048 for the command line written in C#.
This project includes some AI experiments like different evaluation functions as well as strategies like tree searching and heuristic pruning.
You can run or build this project using dotnet core 1.1:
- First download and install dotnet core.
- Clone the project using git:
git clone https://github.com/flostellbrink/2048 - Navigate to the project folder:
cd 2048/2048/ - Finally enter
dotnet runinto the command line.