20148 Game Analysis Using Monte Carlo Tree Search Algorithm
Daftar Isi:
- 2048 is a name of game. When it was launched on May 2014 in android and iOS devices, it became top download. Original 2048 is played on a 4×4 grid, with numbered tiles that slide when a player moves them using the four arrow keys. Tiles slide in the chosen direction until stopped by either another tile or the edge of the grid. Every turn a new tile will appear in an empty spot randomly. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. The resulting tile cannot merge with another tile again in the same move. The user's score starts at zero, and is incremented whenever two tiles combine, by the value of the new tile.