{"id":25353822,"url":"https://github.com/aitorruizes/tic-tac-toe","last_synced_at":"2025-04-09T01:43:59.525Z","repository":{"id":253845274,"uuid":"844652368","full_name":"aitorruizes/tic-tac-toe","owner":"aitorruizes","description":"Tic-Tac-Toe game implemented in C, featuring a Minimax Algorithm for decision-making.","archived":false,"fork":false,"pushed_at":"2024-08-19T21:37:06.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T19:55:46.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/aitorruizes.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}},"created_at":"2024-08-19T17:39:23.000Z","updated_at":"2025-01-29T18:13:54.000Z","dependencies_parsed_at":"2024-08-20T00:07:32.456Z","dependency_job_id":null,"html_url":"https://github.com/aitorruizes/tic-tac-toe","commit_stats":null,"previous_names":["aitorruizes/tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorruizes%2Ftic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorruizes%2Ftic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorruizes%2Ftic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitorruizes%2Ftic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aitorruizes","download_url":"https://codeload.github.com/aitorruizes/tic-tac-toe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247958706,"owners_count":21024821,"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":[],"created_at":"2025-02-14T19:55:53.300Z","updated_at":"2025-04-09T01:43:59.501Z","avatar_url":"https://github.com/aitorruizes.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic-Tac-Toe\n\nThis is a Tic-Tac-Toe game implemented in C, featuring a Minimax Algorithm for decision-making.\n\n## Project Structure\n\n- **`build/`**: Directory for build artifacts (object files and executable).\n- **`include/`**: Directory for header files.\n- **`src/`**: Directory for source files.\n- **`Makefile`**: Build script to compile the project.\n- **`README.md`**: Project documentation.\n\n## Building the Project\n\nTo build the project, follow these steps:\n\n1. **Navigate to the project directory**:\n    ```sh\n    cd /path/to/your/project\n    ```\n\n2. **Run the `make` command**:\n    ```sh\n    make\n    ```\n\n    This will compile the source files and generate the executable in the `build/` directory.\n\n## Running the Game\n\nTo run the Tic-Tac-Toe game after building, execute the appropriate command based on your operating system:\n\n- **On Linux**:\n    ```sh\n    ./build/main\n    ```\n\n- **On Windows**:\n    ```sh\n    .\\build\\main.exe\n    ```\n\n## Notes\n\n- Ensure you have a compatible C compiler and `make` utility installed on your system.\n- For more details on the Minimax Algorithm and game mechanics, refer to the source code in the `src/` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitorruizes%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faitorruizes%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitorruizes%2Ftic-tac-toe/lists"}