Skip to content

Commit

Permalink
Reimplemented the project from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasImloul committed Oct 30, 2023
1 parent d890093 commit 2e50a04
Show file tree
Hide file tree
Showing 14 changed files with 389 additions and 1,391 deletions.
12 changes: 2 additions & 10 deletions README.md
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.
350 changes: 0 additions & 350 deletions dynamic.cpp

This file was deleted.

Loading

0 comments on commit 2e50a04

Please sign in to comment.