Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 283 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 283 Bytes

2048

Original Game: https://play2048.co/

To play, use arrow keys or WASD.
To make the AI play, press and hold space.

The AI uses an expectimax algorithm to pick optimal moves. It reaches 2048 approximately 80% of the time and reaches 4096 approximately 25% of the time.