{"id":20490438,"url":"https://github.com/hanzopgp/infectiongame","last_synced_at":"2026-06-01T08:31:29.912Z","repository":{"id":109491365,"uuid":"252853205","full_name":"hanzopgp/InfectionGame","owner":"hanzopgp","description":"Infection game + UI + Minmax and AlphaBeta algorithms.","archived":false,"fork":false,"pushed_at":"2020-12-29T22:02:33.000Z","size":1326,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T17:25:14.800Z","etag":null,"topics":["ai","alpha-beta-pruning","minmax-algorithm","solver","university"],"latest_commit_sha":null,"homepage":"","language":"Java","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/hanzopgp.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":"2020-04-03T22:12:09.000Z","updated_at":"2021-03-06T17:10:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd391f9e-3ab6-482e-9dff-cef9f94b5190","html_url":"https://github.com/hanzopgp/InfectionGame","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hanzopgp/InfectionGame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanzopgp%2FInfectionGame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanzopgp%2FInfectionGame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanzopgp%2FInfectionGame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanzopgp%2FInfectionGame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanzopgp","download_url":"https://codeload.github.com/hanzopgp/InfectionGame/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanzopgp%2FInfectionGame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33767434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ai","alpha-beta-pruning","minmax-algorithm","solver","university"],"created_at":"2024-11-15T17:17:01.105Z","updated_at":"2026-06-01T08:31:29.892Z","avatar_url":"https://github.com/hanzopgp.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jeu d'infection IA\n\n## Table des matières\n1. [Auteurs](#projet-conçu-)\n2. [Fonctionnement](#fonctionnement-)\n3. [Regles du jeu](#regles-du-jeu-)\n4. [Liens utiles](#liens-utiles-)\n\n## Projet conçu par :\n\n- Enzo Durand : 21510242, groupe 2A L2 informatique\n- Thomas Gignoux : 21805697 groupe 2A L2 informatique\n\n## Fonctionnement :\n\n- Dans le terminal, se placer dans le repertoire du projet\n- Compiler les fichiers .java avec \"javac -d build */*.java\"\n- Lancer le fichier executable Main avec \"java -cp build/ projet1_7.Main ... ... ... ... ...\"\n- Après Main, il faut mettre les arguments :\n\t- Argument 1 - int : Nombre de lignes\n\t- Argument 2 - int : Nombre de colonnes\n\t- Argument 3 - string : type de joueur 1 ( human / random / minmax )\n\t- Argument 4 - string : type de joueur 2 ( human / random / minmax )\n\t- Argument 5 - int : nombre de coups d'avance pour le joueur 1\n- Si vous choisissez un ou deux joueurs minmax, il faut maintenant choisir ces parametres :\n\t- Parametre 1 - int : Profondeur joueur minmax 1\n\t- Parametre 2 - int : Profondeur joueur minmax 2\n\t- Parametre 3 - booleen : Utilisation AlphaBeta ? ( 0 / 1 )\n- Puis chosir si vous voulez une pause entre les tours :\n\t- Parametre 4 - booleen : Pause entre les tours ? ( 0 / 1 )\n\n## Regles du jeu :\n\t\n- Si vous avez choisit human alors quand c'est votre tour vous devez choisir votre coup\n- Vous avez l'affichage de la grille ainsi que la liste des coups valides\n- Le programme demande successivement un x, un y, un type de move\n\n## Liens utiles :\n\n- https://en.wikipedia.org/wiki/Minimax\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanzopgp%2Finfectiongame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanzopgp%2Finfectiongame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanzopgp%2Finfectiongame/lists"}