This is our final project of OOP class ---- 2048 AI graphical.
Simplify print board:
- Create a new head → BoardPrint.h
- framework.cpp → game::print()
We have termial game now!
split main.cpp to 3 function:
1. main.cpp → Game.out:
Let user play 2048 Game.
2. train.cpp → Train.out:
Let user train 2048 AI.
Usage: ./Train.out
3. replay.cpp → Replay.out:
Replay hightest score round when Training AI.