{"id":28722449,"url":"https://github.com/erenoguzyesil/tictaccli","last_synced_at":"2026-04-12T08:41:07.670Z","repository":{"id":188787490,"uuid":"678831469","full_name":"erenoguzyesil/tictaccli","owner":"erenoguzyesil","description":"A simple command-line Tic-Tac-Toe game against the computer with difficulty levels","archived":false,"fork":false,"pushed_at":"2023-08-17T11:52:27.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T10:16:37.136Z","etag":null,"topics":["cli","cli-game","command-line","console-game","game","pip","python","terminal","terminal-game","tictactoe"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/tictaccli/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erenoguzyesil.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-15T13:38:05.000Z","updated_at":"2024-06-27T15:17:56.000Z","dependencies_parsed_at":"2025-06-24T06:02:48.053Z","dependency_job_id":"066a7464-e912-4ac5-b5db-f470a5ae2d36","html_url":"https://github.com/erenoguzyesil/tictaccli","commit_stats":null,"previous_names":["erenoguzyesil/tictactoecli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erenoguzyesil/tictaccli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenoguzyesil%2Ftictaccli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenoguzyesil%2Ftictaccli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenoguzyesil%2Ftictaccli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenoguzyesil%2Ftictaccli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erenoguzyesil","download_url":"https://codeload.github.com/erenoguzyesil/tictaccli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenoguzyesil%2Ftictaccli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31709294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","cli-game","command-line","console-game","game","pip","python","terminal","terminal-game","tictactoe"],"created_at":"2025-06-15T08:41:06.982Z","updated_at":"2026-04-12T08:41:07.623Z","avatar_url":"https://github.com/erenoguzyesil.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tictaccli\n\nA simple command-line Tic-Tac-Toe game played against the computer.\n\n![tictactoe-demo](https://github.com/erenoguzyesil/tictaccli/assets/65873434/055b8d6f-01a6-4597-9b0c-0a1c0fc3b571)\n\n## Installation\n\n```\npip install tictaccli\n```\n\n## Usage\n\nRun the command after installing:\n```\ntictactoe\n```\n\n## Other things you can do\n\n### `tictactoecli.mark.Mark` and `tictactoecli.board.Board` classes\n\nThe `Mark` class, which inherits the `Enum` class, has the following fields: `X, O, and NULL`\n\n* `Mark.X` and `Mark.O` fields are self-explanatory; they are the two marks on a Tic-Tac-Toe board.\n* `Mark.NULL` field represents an empty field in a Tic-Tac-Toe board.\n\nThe `Board` class acts as a Tic-Tac-Toe board, which holds its marks as `Mark` in the `positions` field of its instance.\n\nCheck out the code to see the other methods.\n\n### `tictactoecli` module\n\nThe `tictactoecli` module contains a variety of functions related to the gameplay.\n\n- `tictactoecli:play()` starts the Tic-Tac-Toe game, which can also be achieved by typing the `tictactoe` command in the Terminal after installation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferenoguzyesil%2Ftictaccli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferenoguzyesil%2Ftictaccli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferenoguzyesil%2Ftictaccli/lists"}