{"id":21174455,"url":"https://github.com/vinicamposdev/floodit","last_synced_at":"2025-10-10T12:42:32.445Z","repository":{"id":123028601,"uuid":"497369374","full_name":"vinicamposdev/floodit","owner":"vinicamposdev","description":"Simple Implementation of a Solver for Flood It Game","archived":false,"fork":false,"pushed_at":"2022-05-29T07:56:18.000Z","size":6317,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T11:21:58.102Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vinicamposdev.png","metadata":{"files":{"readme":"README","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":"2022-05-28T16:19:36.000Z","updated_at":"2023-03-09T00:08:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ed5ce21-3e07-42f7-8483-4f0c5e320754","html_url":"https://github.com/vinicamposdev/floodit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinicamposdev%2Ffloodit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinicamposdev%2Ffloodit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinicamposdev%2Ffloodit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinicamposdev%2Ffloodit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinicamposdev","download_url":"https://codeload.github.com/vinicamposdev/floodit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243624103,"owners_count":20321029,"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":"2024-11-20T16:54:40.852Z","updated_at":"2025-09-19T01:38:22.340Z","avatar_url":"https://github.com/vinicamposdev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flood-It Solver\n\u003cimg src=\"./docs/flood-it-ilustration.png\" alt=\"FloodIt Puzzle\" width=\"200\"/\u003e\n\nCreate a solver for this FloodIt puzzle.\n\n## Game Example\n\nhttps://hokama.com.br/disciplinas/cic111_2022s1/trabalho01/online.html?sz=6\u0026nc=6\n\n\n## Project Description\n\n[Detailed project description file](docs/trabalho01.pdf).\n\n## Install and Execute\n\nThe pré requisite for the installation is a debian like envirioment, and install the GCC compiler. For gcc you can install with:\n```sh\nsudo apt install build-essential\n```\nIf you have make installed, just run in src folder the following command:\n```sh\ncd src\nmake\n```\nAlternativily, you can execute with gcc command:\n```sh\ngcc *.c -Wall -pedantic-errors -o programa\n```\nAnd run the programan with:\n```sh\necho ../casos-testes/entradas/entrada01.txt ../output/saida01heur.txt | ./programa \n```\n\n## Test Cases\nThere are examples in casos-testes directory. The entradas folder has the input files that will be readed by program, and in imagens-ilustrativas folder has the images represent the respective imput file, like the following image:\n\n![Test Cases](./casos-testes/imagens-ilustrativas/entrada01.png).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinicamposdev%2Ffloodit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinicamposdev%2Ffloodit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinicamposdev%2Ffloodit/lists"}