{"id":15494193,"url":"https://github.com/farolfo/fill-zone","last_synced_at":"2025-10-12T10:21:01.918Z","repository":{"id":68532465,"uuid":"9162768","full_name":"farolfo/fill-zone","owner":"farolfo","description":"Implementación de un motor de inferencias para resolver el juego Fill Zone. Utiliza algoritmos no informados (DFS, BFS, ID) y informados (A* y Greedy Search). Desarrollado junto a Francisco Pagliaricci y Jorge Mozzino para la cátedra de Sistemas de Inteligencia Artificial del ITBA","archived":false,"fork":false,"pushed_at":"2013-04-05T16:18:23.000Z","size":956,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-22T23:09:48.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/farolfo.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}},"created_at":"2013-04-02T05:02:59.000Z","updated_at":"2014-03-31T03:26:10.000Z","dependencies_parsed_at":"2023-02-20T22:40:29.465Z","dependency_job_id":null,"html_url":"https://github.com/farolfo/fill-zone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/farolfo/fill-zone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farolfo%2Ffill-zone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farolfo%2Ffill-zone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farolfo%2Ffill-zone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farolfo%2Ffill-zone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farolfo","download_url":"https://codeload.github.com/farolfo/fill-zone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farolfo%2Ffill-zone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011060,"owners_count":26084864,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":[],"created_at":"2024-10-02T08:12:16.141Z","updated_at":"2025-10-12T10:21:01.890Z","avatar_url":"https://github.com/farolfo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fill Zone Solver\n================\n\nImplementaci�n de un motor de inferencias para resolver el juego Fill Zone, desarrollado junto a Francisco Pagliaricci y Jorge Mozzino para la c�tedra de Sistemas de Inteligencia Artificial del ITBA.\n\nPara m�s informaci�n sobre la implementaci�n de este proyecto, lea el informe en la carpeta /doc.\n\n\nEjecuci�n\n-----------\n\nPara correr el programa, ejecutar, por l�nea de comandos\n\t\t\n\t\t\tjava - jar FillZone.jar\n\nLos argumentos v�lidos son:\n\n-M (dfs|bfs|id|astar|greedy): Indica el tipo de b�squeda a realizar. Par�metro obligatorio.\n\n-m cantMoves: Indica la cantidad m�xima de movimientos en los que se tiene que resolver\n el tablero. Opcional, el default es 30.\n\n-d dimension: Indica la dimensi�n del tablero cuadrado. Opcional, el default e 14.\n\n-h (1|2|3|4): Indica la heur�stica a ser utilizada.\n\t\t1 es la heur�stica de celdas dominadas.\n\t\t2 es la heur�stica de las islas.\n\t\t3 es la heur�stica de acercarse a las esquinas.\n\t\t4 es la heur�stica de los k-vecinos.\n\nNOTA: El archivo FillZoneHValue.jar imprime adem�s el valor heur�stico de cada tablero para cada heur�sticaNOTA: El archivo FillZoneHValue.jar imprime adem�s el valor heur�stico de cada tablero para cada heur�stica.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarolfo%2Ffill-zone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarolfo%2Ffill-zone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarolfo%2Ffill-zone/lists"}