{"id":19253470,"url":"https://github.com/eschirni/cub3d","last_synced_at":"2025-09-16T16:10:03.246Z","repository":{"id":43262306,"uuid":"500911135","full_name":"eschirni/cub3d","owner":"eschirni","description":"42 project cub3d, with a main menu, settings, sound \u0026 music, a minimap, actual gameplay with a random generated map, an endscreen with a highscore and more features coming soon","archived":false,"fork":false,"pushed_at":"2024-04-19T09:42:48.000Z","size":43288,"stargazers_count":46,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-21T14:32:10.603Z","etag":null,"topics":["2d-to-3d","42","42heilbronn","c","collision-detection","cub3d","minimap","mlx42","raycasting","ui"],"latest_commit_sha":null,"homepage":"","language":"C","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/eschirni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-06-07T16:04:35.000Z","updated_at":"2024-11-27T09:24:26.000Z","dependencies_parsed_at":"2024-11-09T18:33:02.987Z","dependency_job_id":"0f89a9ee-12f5-4a98-8453-df105e7f7c21","html_url":"https://github.com/eschirni/cub3d","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eschirni/cub3d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eschirni%2Fcub3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eschirni%2Fcub3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eschirni%2Fcub3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eschirni%2Fcub3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eschirni","download_url":"https://codeload.github.com/eschirni/cub3d/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eschirni%2Fcub3d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275447329,"owners_count":25466564,"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-09-16T02:00:10.229Z","response_time":65,"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":["2d-to-3d","42","42heilbronn","c","collision-detection","cub3d","minimap","mlx42","raycasting","ui"],"created_at":"2024-11-09T18:31:10.068Z","updated_at":"2025-09-16T16:10:03.223Z","avatar_url":"https://github.com/eschirni.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"./img/luci.gif\" width=15%\u003e\n\u003c/p\u003e\n\n# How to download \u0026 execute\n- Go to releases and download the last release for your OS or git clone directly from this repository\n- Copy this command to your terminal to install brew with [(Click here in order to install to 42 campus computers)](#how-to-install-brew-to-42-computers)\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n- Download glfw with ```brew install glfw``` or any packet downloader of your choice\n- Go to the game folder (directory) where the ```Makefile``` is\n- Write this command to your terminal: ```make re``` \n- Write this command to your terminal to start the game: ```./cub3d```\n- Enjoy :)\n\n\u003c/br\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./img/gameplay.gif\" width=75%\u003e\n\u003c/p\u003e\n\u003c/br\u003e\n\n\u003ctable\u003e\n\u003ctr\u003e\n\n\u003ctd\u003e\n\u003cimg src=\"./img/monster.png\" \u003e\n\u003c/td\u003e\n\n\u003ctd\u003e\n\u003cimg src=\"./img/quest.png\"\u003e\n\u003c/td\u003e\n\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c/br\u003e\n\n## Controls\n\n```W```  Move Forward\n\n```S```  Move Back\n\n```D```  Move Right\n\n```A```  Move Left\n\n```F```  Open Doors\n\n```ESC```  To Switch Main Menu\n\n```Mouse Move``` Look Around\n\n\u003c/br\u003e\n\n## Instructions\n\nYou are in a dungeon to collect some hidden quests. Use ```W A S D``` buttons to move and use ```mouse``` to look around. But be careful!\n\nQuest guard Luci doesn't like people who try to steal his treasures. \n\nHence, it will be following you. Watch your six!\n\n\u003c/br\u003e\u003c/br\u003e\u003c/br\u003e\n\n### How to install brew to 42 computers?\n\n```bash\nrm -rf $HOME/.brew \u0026\u0026 rm -rf $HOME/goinfre/.brew \u0026\u0026 git clone --depth=1 https://github.com/Homebrew/brew $HOME/goinfre/.brew \u0026\u0026 echo 'export PATH=$HOME/goinfre/.brew/bin:$PATH' \u003e\u003e $HOME/.zshrc \u0026\u0026 source $HOME/.zshrc \u0026\u0026 brew update\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feschirni%2Fcub3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feschirni%2Fcub3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feschirni%2Fcub3d/lists"}