{"id":19675476,"url":"https://github.com/kuninoto/42_so_long","last_synced_at":"2026-03-09T05:32:49.454Z","repository":{"id":157766210,"uuid":"567930666","full_name":"Kuninoto/42_so_long","owner":"Kuninoto","description":"A small 2D game developed with MiniLibx, the graphic library of the 42School.","archived":false,"fork":false,"pushed_at":"2025-03-27T23:20:10.000Z","size":284,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-29T02:39:54.035Z","etag":null,"topics":["1337school","2d-game","42","42-cursus","42-school","42born2code","42cursus","42ecole","42porto","42portugal","42projects","42school","42solong","ecole42","mlx42","school42","so-long","so-long42"],"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/Kuninoto.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":"2022-11-18T23:35:16.000Z","updated_at":"2025-03-27T23:20:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"ceb3280e-5332-47c8-98d7-41d0e635877d","html_url":"https://github.com/Kuninoto/42_so_long","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kuninoto/42_so_long","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_so_long","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_so_long/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_so_long/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_so_long/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kuninoto","download_url":"https://codeload.github.com/Kuninoto/42_so_long/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_so_long/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["1337school","2d-game","42","42-cursus","42-school","42born2code","42cursus","42ecole","42porto","42portugal","42projects","42school","42solong","ecole42","mlx42","school42","so-long","so-long42"],"created_at":"2024-11-11T17:24:22.054Z","updated_at":"2026-03-09T05:32:49.430Z","avatar_url":"https://github.com/Kuninoto.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# so_long (42Porto - 42Cursus)  \n\n## Grade: 110/100\n\n### Description\n\nSimple 2D game: catch all coins, and exit! Made as an introduction to graphics programming.  \n\n### Showcase:\n\u003cimg src=\"https://github.com/Kuninoto/42_so_long/blob/master/extras/showcase1.png\"/\u003e\n\n### Installing and running the project:\n\n1- Installing mlx dependencies\n\n\tsudo apt-get install make xorg libxext-dev zlib1g-dev libbsd-dev\n\n2- Clone this repository\n\t\n\tgit clone https://github.com/Kuninoto/42_so_long\n3- Run `make`\n\n   \tmake\n4- `make clean` so that you don't keep those object files that you won't need anymore\n\n\tmake clean\n5- Run `so_long` with a map of your choice!\n\n\t./so_long [path/to/map].ber\n\n### Creating new maps:\n\n\t'0' - Free space;  \n\t'1' - Wall;  \n\t'C' - Collectible;  \n\t'E' - Exit;  \n\t'P' - Player's starting position;  \n\tTo be valid a map must respect the following:  \n\t\t- Be in `.ber` format;  \n\t\t- Be closed by walls;  \n\t\t- Be retangular;  \n\t\t- Contain only one P;  \n\t\t- Contain only one E;  \n\t\t- Contain at least one C;  \n\t\t- All elements must be accessible (not closed by walls);  \n\t\t- Be composed only by valid characters;\n\t(Examples of valid maps on maps folder);\n\n#### Makefile available targets:  \n`make` or `make all` - compiles `so_long`   \n`make bonus` - same as `all` (added for assignment purposes)   \n`make clean` - wipes all object files   \n`make fclean` - deletes so_long and all object files   \n`make re` - `fclean` + `all`   \n\n### Useful links:  \n[MiniLibX docs](https://harm-smits.github.io/42docs/libs/minilibx/introduction.html)  \n[itch.io](https://itch.io/)  \n[OpenGameArt](https://opengameart.org/)  \n\n#### Assets credits:    \n[8-bit Dungeon Tileset](https://jamiecross.itch.io/8-bit-dungeon-tilesetsprites)  \n\n## Disclaimer\n\u003e At [42School](https://en.wikipedia.org/wiki/42_(school)), almost every project must be written in accordance to the \"Norm\", the schools' coding standard. As a result, the implementation of certain parts may appear strange and for sure had room for improvement.\n\n---\nMade by Nuno Carvalho (Kuninoto) | nnuno-ca@student.42porto.com  \n\u003cdiv id=\"badge\"\u003e \u003ca href=\"https://www.linkedin.com/in/nuno-carvalho-218822247\"/\u003e \u003cimg src=\"https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\" alt=\"LinkedIn Badge\"/\u003e\u0026nbsp;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuninoto%2F42_so_long","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuninoto%2F42_so_long","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuninoto%2F42_so_long/lists"}