User Manual
This page describes the current Android implementation of Dual AI Reversy. It is organized from the in-app documents and adapted for the public product site.
Related doc: Privacy Policy
1. Match Setup
- Use the Black and White buttons at the top to cycle each side through Human, CPU, and AI.
- Black Settings and White Settings let you adjust CPU depth, AI URL, model, AI prompt, timeout, and retry count.
- When AI mode is used, the app can fetch the model list from
api/tagsand let you choose from it.
2. Starting and Resetting a Game
- Press Start Game to begin a new match.
- Once the game has started, the same button becomes Reset and returns the board to the initial layout.
- On Human turns, tap a legal square on the board to place a stone.
- You can reset even during matches that include CPU or AI players.
3. Comment Pane
- The lower comment pane shows CPU and AI move reasons, with the newest entry first.
- The text can be scrolled and selected for copying.
- If there are no automatic-play comments yet, a guide message is shown instead.
4. AI Mode
- In AI mode, the app sends board state, legal-move candidates, and the configured AI prompt to the selected API server in order to obtain a move.
- The response format is expected to be two lines: the coordinate on line 1 and the reason on line 2.
- The settings screen provides Black AI Log and White AI Log views where you can inspect, copy, and clear communication history.
- The default endpoint is
http://127.0.0.1:11434.
5. CPU Behavior
- The CPU evaluates corners, opponent mobility, future move availability, and whether the opponent can immediately recover a corner.
- CPU Depth can be cycled between 1 and 10 in the settings dialog.
6. Documents
- The Documents button opens the operation manual, privacy policy, and rights notice.
- The document viewer can copy the currently selected text to the clipboard.
7. Rights Notice Summary
- The rights for the original game logic, UI, explanatory text, and move-comment presentation belong to the app provider.
- Bundled icons, avatar images, and related assets are managed as part of the app distribution.
- The rights for AI models, APIs, and server responses used through AI mode belong to their respective providers.
8. Notes
- If you use an external AI server, verify the destination URL, security, and terms of service first.
- If communication fails or the response format does not match the expected pattern, the AI move may fail.