Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haadijafari authored Jan 9, 2024
1 parent 18ac3bf commit 1fb142d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ My University AI Project (Tetris AI) using Python. It uses greedy algorithm.
The score for each move is computed by assessing the grid the move would result in. This assessment is based on four heuristics: **aggregate height**, **complete lines**, **holes**, and **bumpiness**, each of which the AI will try to either minimize or maximize.


Gameplay:

![Tetris AI GamePlay](/src/tetris_ai_gameplay.gif)
## API Reference

Expand Down

0 comments on commit 1fb142d

Please sign in to comment.