{"id":26771972,"url":"https://github.com/voltamon/tic-tac-toe-in-c","last_synced_at":"2025-07-19T06:32:30.677Z","repository":{"id":282512001,"uuid":"948837529","full_name":"Voltamon/Tic-Tac-Toe-in-C","owner":"Voltamon","description":"This is a simple command-line implementation of the classic Tic Tac Toe game, written in C. The game allows a human player to play against a computer opponent that uses the minimax algorithm to determine the best moves. ","archived":false,"fork":false,"pushed_at":"2025-03-16T12:55:33.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T01:04:50.480Z","etag":null,"topics":["c-programming","minimax","minimax-algorithm","tictactoe","tictactoe-game"],"latest_commit_sha":null,"homepage":"","language":"C","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/Voltamon.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":"2025-03-15T04:16:18.000Z","updated_at":"2025-03-21T17:26:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"de907e02-e45a-45d5-9427-cf3e2f053206","html_url":"https://github.com/Voltamon/Tic-Tac-Toe-in-C","commit_stats":null,"previous_names":["voltamon/tic-tac-toe-in-c"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Voltamon/Tic-Tac-Toe-in-C","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voltamon%2FTic-Tac-Toe-in-C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voltamon%2FTic-Tac-Toe-in-C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voltamon%2FTic-Tac-Toe-in-C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voltamon%2FTic-Tac-Toe-in-C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Voltamon","download_url":"https://codeload.github.com/Voltamon/Tic-Tac-Toe-in-C/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voltamon%2FTic-Tac-Toe-in-C/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265898281,"owners_count":23845764,"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-programming","minimax","minimax-algorithm","tictactoe","tictactoe-game"],"created_at":"2025-03-29T00:36:57.014Z","updated_at":"2025-07-19T06:32:30.647Z","avatar_url":"https://github.com/Voltamon.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n    \u003ch1\u003eTic Tac Toe\u003c/h1\u003e\n    \u003cp\u003eThis is a simple command-line implementation of the classic Tic Tac Toe game, written in C. The game allows a human player to play against a computer opponent that uses the minimax algorithm to determine the best moves.\n\n[Discaimer] I am still learning C. There may be scope for improvement in the code.\u003c/p\u003e\n    \u003ch2\u003eFeatures\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eHuman vs Computer gameplay\u003c/li\u003e\n        \u003cli\u003eMinimax Algorithm for AI moves\u003c/li\u003e\n        \u003cli\u003eDynamic board display\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003ch2\u003eGetting Started\u003c/h2\u003e\n    \u003cp\u003eTo set up the project, follow these steps:\u003c/p\u003e\n    \u003col\u003e\n        \u003cli\u003eEnsure you have GCC compiler installed on your machine. If not, you can install it from \u003ca href=\"https://gcc.gnu.org/install/download.html\"\u003egcc.gnu.org\u003c/a\u003e.\u003c/li\u003e\n        \u003cli\u003eClone this repository:\u003c/li\u003e\n        \u003cpre\u003e\u003ccode\u003egit clone https://github.com/Voltamon/Tic-Tac-Toe-in-C.git\u003c/code\u003e\u003c/pre\u003e\n        \u003cli\u003eNavigate into the project directory:\u003c/li\u003e\n        \u003cpre\u003e\u003ccode\u003ecd #directory-name#\u003c/code\u003e\u003c/pre\u003e\n        \u003cli\u003eCompile and run the project:\u003c/li\u003e\n        \u003cpre\u003e\u003ccode\u003egcc -g tictactoe.c -o tictactoe.exe \u0026\u0026 .\\tictactoe.exe\u003c/code\u003e\u003c/pre\u003e\n    \u003c/ol\u003e\n\u003c/body\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltamon%2Ftic-tac-toe-in-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoltamon%2Ftic-tac-toe-in-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltamon%2Ftic-tac-toe-in-c/lists"}