-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplemented the project from scratch
- Loading branch information
1 parent
d890093
commit 2e50a04
Showing
14 changed files
with
389 additions
and
1,391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
# 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 | ||
|
||
# Max score | ||
with this naive algorithm the AI can reach up to 80K in score | ||
however in the second version, an optimization was added that increased maximum score all the way to 130k | ||
## Introduction | ||
This is a C++ implementation of the game 2048. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.