Skip to content

flostellbrink/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

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.

Environment & Building

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 run into the command line.

About

2048 Game and AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages