Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 530 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 530 Bytes

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