Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 265 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 265 Bytes

2048 (with simple AI solver)

Overall

Implementation of 2048 game with simple AI solver. Written in C++, running on Terminal (Linux) and Command Line (Windows).

Requirements

  • C++ compiler (gcc and visual c++ compilers makes solver run bit differently)