{"id":14986316,"url":"https://github.com/panquesito7/tic_tac_toe","last_synced_at":"2025-04-11T21:31:03.544Z","repository":{"id":52570918,"uuid":"351232404","full_name":"Panquesito7/tic_tac_toe","owner":"Panquesito7","description":"Tic Tac Toe game built in Windows Forms and C++/CLR.","archived":false,"fork":false,"pushed_at":"2023-12-31T15:45:52.000Z","size":128,"stargazers_count":14,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T18:21:56.349Z","etag":null,"topics":["c-plus-plus","cli","clr","cpp","game","hacktoberfest","tic-tac-toe","tictactoe","tictactoe-cpp","tictactoe-game","windows-forms","windowsform","windowsforms"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"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/Panquesito7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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":"Panquesito7","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"Panquesito7","issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-03-24T21:50:40.000Z","updated_at":"2024-10-20T17:26:02.000Z","dependencies_parsed_at":"2023-12-26T23:27:55.462Z","dependency_job_id":"3cdb5471-76a3-4285-aa97-cbdda352ee01","html_url":"https://github.com/Panquesito7/tic_tac_toe","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"ae01fc545a8ffd222b38970cadf74e61d449407d"},"previous_names":["panquesito7/tic_tac_toe"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panquesito7%2Ftic_tac_toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panquesito7%2Ftic_tac_toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panquesito7%2Ftic_tac_toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panquesito7%2Ftic_tac_toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Panquesito7","download_url":"https://codeload.github.com/Panquesito7/tic_tac_toe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248482881,"owners_count":21111398,"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":["c-plus-plus","cli","clr","cpp","game","hacktoberfest","tic-tac-toe","tictactoe","tictactoe-cpp","tictactoe-game","windows-forms","windowsform","windowsforms"],"created_at":"2024-09-24T14:12:41.581Z","updated_at":"2025-04-11T21:31:03.230Z","avatar_url":"https://github.com/Panquesito7.png","language":"C++","funding_links":["https://github.com/sponsors/Panquesito7","https://liberapay.com/Panquesito7"],"categories":[],"sub_categories":[],"readme":"# Tic Tac Toe\n\n[![Build Windows Forms app](https://github.com/Panquesito7/tic_tac_toe/actions/workflows/build.yml/badge.svg)](https://github.com/Panquesito7/tic_tac_toe/actions/workflows/build.yml)\n\nTic Tac Toe game made in C++ using Windows Forms, CLI/CLR.\\\nA mode against A.I. will be released very soon!\n\n![Main screenshot.](https://github.com/Panquesito7/tic_tac_toe/assets/51391473/b718f3c6-5625-4ee5-82c7-026aefb676ab)\n\n\u003c!-- Add a new video in 1080p60 from YouTube --\u003e\n\n## Requirements\n\n- Microsoft Windows 10 1909 build or later.\n- [Microsoft .NET Framework 4.8](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48) or later.\n- [Microsoft Visual Studio 2022](https://visualstudio.microsoft.com/) or later.\n  - This is only required if you want to build the program yourself.\n- Microsoft Visual C++ Redistributable for Visual Studio 2022 or later.\n  - If you're not installing Visual Studio, this will be required to run the program.\n  - You can see the links in [`vc_redistributable_links.txt`](vc_redistributable_links.txt).\n\n## Running the program\n\n### Downloading the program\n\n1. Download the latest release for your architecture (64-bit or 32-bit) from the [releases](https://github.com/Panquesito7/tic_tac_toe/releases) page.\n2. Extract the contents of the ZIP file to a folder of your choice.\n3. Open the executable file. You will need to install the dependencies mentioned above **if applicable**.\n\n### Building yourself\n\n1. Clone the repository.\n\n```bash\ngit clone https://github.com/Panquesito7/tic_tac_toe.git\n```\n\n2. Install the latest Microsoft [Visual Studio 2022](https://visualstudio.microsoft.com/) version with .NET Desktop Development workload.\n   - You might need to install C++/CLI support (v143) from the Individual Components tab.\n\n3. Open the solution file in Visual Studio.\n4. Build the project using the `Release` configuration for the desired architecture.\n\n## License\n\nSee the [`LICENSE.md`](LICENSE.md) file for full information and details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanquesito7%2Ftic_tac_toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanquesito7%2Ftic_tac_toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanquesito7%2Ftic_tac_toe/lists"}