{"id":13642359,"url":"https://github.com/yamin8000/Dooz","last_synced_at":"2025-04-20T16:31:59.338Z","repository":{"id":60252240,"uuid":"465028631","full_name":"yamin8000/Dooz","owner":"yamin8000","description":"Dooz or Tic-Tac-Tao is a simple pen-and-paper game. I created this implementation using Kotlin and Jetpack Compose for Android devices.","archived":false,"fork":false,"pushed_at":"2023-12-18T15:23:05.000Z","size":1473,"stargazers_count":71,"open_issues_count":12,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-12-19T17:16:55.953Z","etag":null,"topics":["android","compose","dynamic-color","f-droid","fdroid","foss","free","game","jetpack-compose","kotlin","libre","material-you","material-you-3","material3","tic-tac-toe","xo-game","xogame"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yamin8000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-03-01T19:26:46.000Z","updated_at":"2023-12-21T06:52:50.723Z","dependencies_parsed_at":"2023-10-05T01:46:34.415Z","dependency_job_id":"baf4a4a3-252f-49cd-9534-eccbe8aa2fd7","html_url":"https://github.com/yamin8000/Dooz","commit_stats":null,"previous_names":[],"tags_count":13,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamin8000%2FDooz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamin8000%2FDooz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamin8000%2FDooz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamin8000%2FDooz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yamin8000","download_url":"https://codeload.github.com/yamin8000/Dooz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223832983,"owners_count":17210759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","compose","dynamic-color","f-droid","fdroid","foss","free","game","jetpack-compose","kotlin","libre","material-you","material-you-3","material3","tic-tac-toe","xo-game","xogame"],"created_at":"2024-08-02T01:01:30.421Z","updated_at":"2025-04-20T16:31:59.332Z","avatar_url":"https://github.com/yamin8000.png","language":"Kotlin","funding_links":[],"categories":["🎮 Games \u0026 Emulators"],"sub_categories":["🎮 Games"],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"app/src/main/ic_launcher-playstore.png\"\n    alt=\"Get it on F-Droid\"\n    height=\"80\"\u003e\n\u003ch1\u003eDooz/Tic-Tac-Tao\u003c/h1\u003e\n\u003c/div\u003e\n\n[![Android CI](https://github.com/yamin8000/Dooz/actions/workflows/android.yml/badge.svg)](https://github.com/yamin8000/Dooz/actions/workflows/android.yml)\n\nDooz or Tic-tac-toe is a simple pen-and-paper game. I created this implementation using Kotlin and\nJetpack Compose for Android Devices.\n\n[\u003cimg src=\"https://fdroid.gitlab.io/artwork/badge/get-it-on.png\"\nalt=\"Get it on F-Droid\"\nheight=\"80\"\u003e](https://f-droid.org/packages/io.github.yamin8000.dooz)\n\n## Preview\n\n### [Featured on AndroidDevNotes](https://twitter.com/androiddevnotes/status/1604571703350161409)\n\n\u003cimg src=\"./fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg\" alt=\"preview\" width=\"300\"/\u003e\n\nhttps://github.com/yamin8000/Dooz/assets/5001708/bd9f0905-2677-45d5-b5f3-c1ed8ef894d5\n\n## Compatibility\n\n**SDK21+** or **Android 5.0+**\n\n## Usage\n\nJust play it!\n\n## Download\n\n- GitHub releases: [here](https://github.com/yamin8000/Dooz/releases)\n- F-Droid: [here](https://f-droid.org/packages/io.github.yamin8000.dooz)\n- ~~Bazaar: [here](https://cafebazaar.ir/app/io.github.yamin8000.dooz)~~\n\n## Features\n\n### Technical\n\n- Jetpack Compose\n- Material3 and Dynamic Color\n\n### Game\n\n- Variable game board grid size from three-by-three to seven-by-seven (Larger than seven-by-seven is\n  simply ridiculous and unplayable on mobile phones)\n- Variable game AI difficulty (easy, medium, hard)\n\n### Variations\n\n#### Simple Game\n\nThe Simple game is the simplest variation of Tic-tac-toe with a three-by-three grid with two\nplayers. The player who succeeds in placing three of their marks horizontally, vertically, or\ndiagonally is the winner.\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/32/Tic_tac_toe.svg\" alt=\"preview\" width=\"200\"/\u003e\n\n##### Simple Game AI\n\nCurrently, in hard mode, AI uses a strategy rather than an AI search algorithm like MinMax. This\nstrategy consists of these steps: Win, Block, Fork, Block Fork, Center Play, Corner Play, and Side\nPlay.\n\nStrategy's source: Flexible Strategy Use in Young Children's Tic-Tac-Toe by Kevin Crowley, Robert S.\nSiegler\n\n[More info on the strategy here](https://onlinelibrary.wiley.com/doi/abs/10.1207/s15516709cog1704_3)\n\nOn Easy difficulty, the AI plays a random empty cell in the grid. In Medium difficulty, AI chooses\nbetween Easy and Hard Difficult for each move based on a 50/50 chance.\n\n## Changelog\n\n- [Releases](https://github.com/yamin8000/Dooz/releases)\n\n## License\n\n\u003e Owl is licensed under the **[GNU General Public License v3.0](./LICENSE)**  \n\u003e Permissions of this strong copyleft license are conditioned on making  \n\u003e available complete source code of licensed works and modifications,  \n\u003e which include larger works using a licensed work, under the same  \n\u003e license. Copyright and license notices must be preserved. Contributors  \n\u003e provide an express grant of patent rights.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamin8000%2FDooz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamin8000%2FDooz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamin8000%2FDooz/lists"}