{"id":13678894,"url":"https://github.com/PfAndrey/supermariohd","last_synced_at":"2025-04-29T15:33:44.271Z","repository":{"id":44452024,"uuid":"164126931","full_name":"PfAndrey/supermariohd","owner":"PfAndrey","description":"Cross-platform HD remake of Super Mario Bros (NES, 1985) with original game mechanics","archived":false,"fork":false,"pushed_at":"2023-09-06T18:33:58.000Z","size":8079,"stargazers_count":212,"open_issues_count":7,"forks_count":59,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-11T21:38:04.728Z","etag":null,"topics":["gamedev","mario","sfml2","super","supermario"],"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/PfAndrey.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}},"created_at":"2019-01-04T15:58:42.000Z","updated_at":"2024-10-22T00:22:35.000Z","dependencies_parsed_at":"2024-01-14T15:21:26.991Z","dependency_job_id":"08d5967e-c8e8-4c2d-bd6c-f79d53eaf6b6","html_url":"https://github.com/PfAndrey/supermariohd","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/PfAndrey%2Fsupermariohd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PfAndrey%2Fsupermariohd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PfAndrey%2Fsupermariohd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PfAndrey%2Fsupermariohd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PfAndrey","download_url":"https://codeload.github.com/PfAndrey/supermariohd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251529620,"owners_count":21603989,"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":["gamedev","mario","sfml2","super","supermario"],"created_at":"2024-08-02T13:00:59.596Z","updated_at":"2025-04-29T15:33:44.265Z","avatar_url":"https://github.com/PfAndrey.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# SuperMarioHD  \n![MARIO logo](https://github.com/PfAndrey/supermariohd/blob/master/res/Screen.jpg?raw=true)\nCross-platform HD remake of Super Mario Bros. (NES, 1985).  \nProject was created for learning purposes only.  \nThe game demo on the YouTube: https://youtu.be/RJ181cc_AMI\n\n## Windows\n**1. Install a C++11 compiler:**  \nVisual Studio Community: https://visualstudio.microsoft.com/downloads/ or MinGW https://osdn.net/projects/mingw/releases/\n\n**2. Install Git:**  \n\thttps://git-scm.com/downloads\n\n**3. Install CMake:**  \n\thttps://cmake.org/download\n\n**4. Install OpenAL:**  \n\thttps://www.openal.org/downloads\n\n**5. Open git-bash and type:**  \n```console\ngit clone https://github.com/PfAndrey/supermariohd.git --recursive\ncd supermariohd \nmkdir build \u0026\u0026 cd build\ncmake ..\ncmake --build . --config Release\n./SuperMario\n```\n\n## Ubuntu\n**1. install git cmake and g++**\n```console\nsudo apt-get -y install cmake git g++ \n```\n\n**2. install additional packets (OpenGL, OpenAL etc)**\n```console\nsudo apt-get -y install libx11-dev libudev-dev xorg-dev freeglut3-dev libalut-dev libvorbis-dev libflac-dev\n```\n\n**3. download mario repo**\n```console\ngit clone https://github.com/PfAndrey/supermariohd.git --recursive\n```\n\n**4. build project** \n```console\ncd supermariohd\nmkdir build \u0026\u0026 cd build\ncmake ..\ncmake --build . --config Release\n./SuperMario\n```\n\n## Mac OS\n**1. install xcode:**    \n    https://developer.apple.com/xcode/\n\n**2. Install Git:**  \n    https://git-scm.com/downloads\n\n**3. Install CMake:**  \n    https://cmake.org/download\n\n**4. build project**   \nGo to terminal and type:\n```console\ngit clone https://github.com/PfAndrey/supermariohd.git --recursive\ncd supermariohd\nmkdir build \u0026\u0026 cd build\ncmake ..\nsudo cmake --build . --config Release\n./SuperMario\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPfAndrey%2Fsupermariohd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPfAndrey%2Fsupermariohd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPfAndrey%2Fsupermariohd/lists"}