{"id":15394785,"url":"https://github.com/bensuperpc/aia_gomoku_2019","last_synced_at":"2025-04-05T22:14:09.965Z","repository":{"id":107271407,"uuid":"424920254","full_name":"bensuperpc/AIA_gomoku_2019","owner":"bensuperpc","description":"Gomoku est un jeu de tour par tour.","archived":false,"fork":false,"pushed_at":"2021-11-05T11:13:02.000Z","size":940,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T03:17:34.606Z","etag":null,"topics":["epitech"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bensuperpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-11-05T11:12:00.000Z","updated_at":"2022-06-20T15:57:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"7eb90dd6-0477-4793-bb34-13bf38d8fbf3","html_url":"https://github.com/bensuperpc/AIA_gomoku_2019","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"2951cff5b6afc96c72635d7fe76bd7e6f39df7fc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensuperpc%2FAIA_gomoku_2019","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensuperpc%2FAIA_gomoku_2019/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensuperpc%2FAIA_gomoku_2019/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensuperpc%2FAIA_gomoku_2019/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bensuperpc","download_url":"https://codeload.github.com/bensuperpc/AIA_gomoku_2019/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406111,"owners_count":20933806,"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":["epitech"],"created_at":"2024-10-01T15:24:32.945Z","updated_at":"2025-04-05T22:14:09.924Z","avatar_url":"https://github.com/bensuperpc.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gomoku\n\nGomoku est un jeu de tour par tour.\n\n## Compilation\n\n### Pour une compilation simple\nVous pouvez faire cette commande pour compiler le projet :\n\n```bash\nmake -j 8\n```\n### Pour une re-compilation\nVous pouvez faire cette commande pour compiler le projet :\n\n```bash\nmake re -j 8\n```\n\n### Pour nettoyer les fichiers\n```bash\nmake fclean\n```\n\n### Pour le debug\nGDB doit etre installé !\n```bash\nmake gdb\n```\n### Avec valgrind\nvalgrind doit etre installé !\n```bash\nmake valgrind\n```\n\n### Pour une compilation pour les units_tests\n\n#### units_tests uniquement\n```bash\nmake fclean\nmake tests_run -j 8\n```\n\n#### units_tests avec gcovr et sortie dans un fichier html\n```bash\nmake fclean\nmake coverage_html_run -j 8\n```\n\n#### units_tests avec gcovr pour le coverage uniquement\n```bash\nmake fclean\nmake coverage_run -j 8\n```\n\n#### units_tests avec gcovr pour les branch uniquement\n```bash\nmake fclean\nmake branches_run -j 8\n```\n\n## Utilisation\nUne fois le programme lancé, il faut démarrer la partie en générant la board avec cette commande :\n```bash\nSTART 20\n```\n\nEn suite, vous pouvez jouer avec \"TURN posX,posY\".\n```bash\nTURN 1,1\n```\n\nL'IA jouera apres la commande, par ex :\n```bash\n5,5\n```\n\nVous pouvez afficher la board en cours avec cette commande :\n```bash\nDISPLAY\n```\n\n## Programmation\n```c++\n#include \"gomoku.hpp\"\n\nint main()\n{\n    //Create class\n    gomoku gomoku_class;\n    // Launch game\n    return gomoku_class.game();\n}\n```\n\n## Contribution\nLes contributions ne sont pas encore ouvertent, tant que la review n'est pas passée :P\n\n## Trello\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbensuperpc%2Faia_gomoku_2019","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbensuperpc%2Faia_gomoku_2019","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbensuperpc%2Faia_gomoku_2019/lists"}