Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 353 Bytes

2048-AI

A very simple artificial intelligence model that plays the famous 2048 game.

It is based on the Monte Carlo Tree Search algorithm.

Tasks:

  • Create game rules: Done ✔️
  • Create AI: Done ✔️
  • Create frontend: Doing ▶️
  • Test everything: To do 📝