/2048-net

A simple console 2048 game implemented on .NET Core

Primary LanguageC#MIT LicenseMIT

2048-net

A console 2048 game implemented on .NET Core.

The infrastructure in this project is designed for heuristic algorithm research, and is a part of example in Heuristic Suite. However, it can also be utilized to create a simple console application game.

Learn more about the project from CodeProject article.

Game Loop