andstatus / game2048

2048 Open Fun Game - multiplatform implementation in Kotlin and KorGe game engine
Apache License 2.0
180 stars 27 forks source link

Issue with 8x8 Screen Size and Autoplay Feature #20

Closed justncheng closed 6 months ago

justncheng commented 6 months ago

Description:

Autoplay does not work when using the 8x8 board size and the Longest random play algorithm. The game does not crash or break, however autoplay does not work in this board size

How to Replicate the Bug:

  1. Open the app
  2. Open the menu
  3. Select Screen Size -> 8x8
  4. Select AI algorithm -> Longest random play
  5. Click the "X" button
  6. Click autoplay
  7. Click Play

Actual Behaviour:

It does not react when clicking the autoplay button

Expected Behaviour:

Expected to run the longest random play as per the other board sizes

Device Model: Pixel 3a API 34 Android Version: Android 14.0 App version: v1.2.8-fdroid

Duplicate Check

The issue has never been reported before.

justncheng commented 6 months ago

I was wrong