{"id":18969240,"url":"https://github.com/miguelgargallo/tictactoe-rust","last_synced_at":"2026-04-05T16:30:17.048Z","repository":{"id":182874032,"uuid":"669222764","full_name":"miguelgargallo/tictactoe-rust","owner":"miguelgargallo","description":"This repository contains a simple implementation of the classic game \"Tic-Tac-Toe\" written in Rust. The game is played on a 3x3 board between two players, who take turns marking their symbol ('X' or 'O') on the board.","archived":false,"fork":false,"pushed_at":"2023-07-22T18:03:46.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T02:06:17.228Z","etag":null,"topics":["game","rs","rust"],"latest_commit_sha":null,"homepage":"https://miguelgargallo.com","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miguelgargallo.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"License.md","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"miguelgargallo","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-07-21T16:39:22.000Z","updated_at":"2023-07-21T18:14:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"26cdb92e-5d64-4f6b-8e14-dbe74523201a","html_url":"https://github.com/miguelgargallo/tictactoe-rust","commit_stats":null,"previous_names":["miguelgargallo/tictactoe-rust"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelgargallo%2Ftictactoe-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelgargallo%2Ftictactoe-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelgargallo%2Ftictactoe-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelgargallo%2Ftictactoe-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miguelgargallo","download_url":"https://codeload.github.com/miguelgargallo/tictactoe-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239966232,"owners_count":19726285,"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":["game","rs","rust"],"created_at":"2024-11-08T14:52:17.424Z","updated_at":"2026-04-05T16:30:16.986Z","avatar_url":"https://github.com/miguelgargallo.png","language":"Rust","funding_links":["https://ko-fi.com/miguelgargallo"],"categories":[],"sub_categories":[],"readme":"# Tic-Tac-Toe Rust\n\n![Thumbnail_GitHub](https://github.com/miguelgargallo/tictactoe-rust/assets/5947268/43d64a19-5032-4a16-ab3b-9e7d10ecccf8)\n\nThis repository contains a simple implementation of the classic game \"Tic-Tac-Toe\" written in Rust. The game is played on a 3x3 board between two players, who take turns marking their symbol ('X' or 'O') on the board. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.\n\n## Installation\n\n![Thumbnail_Readme](https://github.com/miguelgargallo/tictactoe-rust/assets/5947268/b4a191d0-060d-4cb6-9071-46fa52d7f1a2)\n\nBefore running this game, make sure you have Rust installed in your system. If not, you can download it from [here](https://www.rust-lang.org/tools/install).\n\nTo download the game, clone the repository to your local machine using the following command:\n\n```bash\ngit clone https://github.com/miguelgargallo/tictactoe-rust\n```\n\n## Usage\n\nNavigate to the game's directory:\n\n```bash\ncd tictactoe-rust\n```\n\nRun the game:\n\n```bash\ncargo run\n```\n\nThe game board is a 3x3 grid, represented as follows:\n\n```bash\n  1 2 3\nA . . .\nB . . .\nC . . .\n```\n\nEach cell in the grid is identified by a combination of a letter (A, B, C) and a number (1, 2, 3). For example, the top left cell is A1, the middle cell is `A1`, and the middle cell is `B2`, and so on.\n\nWhen it's your turn, enter your move in the format `A1`, `B3`, `C2`, etc. The program will prompt you for your input.\n\n## Contributing\n\n![Thumbnail_Contribution](https://github.com/miguelgargallo/tictactoe-rust/assets/5947268/0b26dabe-7e02-4e48-b845-70d5b4befe53)\n\nFeel free to contribute to this project. Any contributions you make are greatly appreciated. Please read the [CONTRIBUTING.md](./CONTRIBUTING.md) for details on the code of conduct and the process for submitting pull requests.\n\n## License\n\n![Thumbnail_License](https://github.com/miguelgargallo/tictactoe-rust/assets/5947268/20dd4ec0-6cb7-4e1e-8f32-1a3b6af91ff1)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of the Pylar AI software and associated documentation files (the \"Software\"), to visualize and use the Software solely for educational and informative purposes, subject to the following restrictions and conditions on the [PYLAR AI EDUCATIVE ML LICENSE](./License).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelgargallo%2Ftictactoe-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiguelgargallo%2Ftictactoe-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelgargallo%2Ftictactoe-rust/lists"}