Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 480 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 480 Bytes

2048_Game_AI_CPP

Functional AI for solving the old mobile game 2048.

Run the script

On linux, and after installing the g++ cpp compiler run the two following commands in the terminal

  1. g++ -o main main.cpp
  2. ./main

When requested, input the number of pieces to add and their position (expressed in coords X and Y, with (0,0) being on top left and (4,4) on bottom right)

Credits

All credits goes to AnasImloul, I have just added user inputs in the program routine