圖標

Dooz

A Tic-Tac-Tao clone, a simple pen-and-paper game
I created this implementation using Kotlin and Jetpack Compose for Android devices.

Features
Technical
Jetpack Compose
Material3 and Dynamic Color

Game
Variable game board grid size from three-by-three to nine-by-nine (Larger than nine-by-nine is simply ridiculous and unplayable in mobile phones)
Variable game ai difficulty (easy, medium, hard)

Variations
Simple Game

The Simple game is the most simple variation of Tic-tac-tao with a three-by-three grid with two players. The player who succeeds in placing three of their marks in horizontal, vertical, or diagonal is the winner.

Simple Game AI

Currently, in hard mode, AI uses a strategy rather than an AI search algorithm like MinMax. This strategy consists of these steps: Win, Block, Fork, Block Fork, Center Play, Corner Play, and Side Play.
In Easy difficulty, AI plays a random empty cell in the grid. In Medium difficulty, AI chooses between Easy difficulty and Hard difficulty for each move based on a 50/50 chance.

Strategy's source
Flexible Strategy Use in Young Children's Tic-Tac-Toe by Kevin Crowley, Robert S. Siegler

版本

雖然在下方可選擇下載 APK 檔案,但要留意這樣的安裝方式將不會收到更新通知,是一種較不安全的下載方法。建議您先安裝 F-Droid 用戶端使用。

下載 F-Droid
  • 版本 1.0.18 (18) 建議 於 2024 年 6 月 5 日新增

    arm64-v8a armeabi-v7a x86 x86_64

    此版本需要 Android 7.0 或更高的版本。

    此套件包由原開發者構建和簽署,並保證與此原始碼 Tarball 保持一致。

    權限
    • 控制震動
      允許應用程式控制震動。
    • io.github.yamin8000.dooz.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

    下載 APK 1.7 MiB PGP 簽章 | 構建日誌

  • 版本 1.0.14 (14) - 於 2023 年 12 月 25 日新增

    此版本需要 Android 7.0 或更高的版本。

    此套件包由原開發者構建和簽署,並保證與此原始碼 Tarball 保持一致。

    權限
    • 控制震動
      允許應用程式控制震動。
    • io.github.yamin8000.dooz.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

    下載 APK 1.8 MiB PGP 簽章 | 構建日誌

  • 版本 1.0.12 (12) - 於 2023 年 9 月 1 日新增

    此版本需要 Android 7.0 或更高的版本。

    此套件包由原開發者構建和簽署,並保證與此原始碼 Tarball 保持一致。

    權限
    • 控制震動
      允許應用程式控制震動。
    • io.github.yamin8000.dooz.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

    下載 APK 1.8 MiB PGP 簽章 | 構建日誌