{"id":13419477,"url":"https://github.com/Hopson97/HopsonCraft","last_synced_at":"2025-03-15T05:31:27.268Z","repository":{"id":11455482,"uuid":"69732243","full_name":"Hopson97/HopsonCraft","owner":"Hopson97","description":"A minecraft clone written using C++, SFML, OpenGL and GLEW.","archived":false,"fork":false,"pushed_at":"2024-02-17T14:45:07.000Z","size":117621,"stargazers_count":597,"open_issues_count":5,"forks_count":75,"subscribers_count":56,"default_branch":"master","last_synced_at":"2024-07-31T22:49:39.449Z","etag":null,"topics":["game","minecraft","opengl","sfml"],"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/Hopson97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","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":"2016-10-01T10:21:14.000Z","updated_at":"2024-07-31T15:08:33.000Z","dependencies_parsed_at":"2024-10-26T16:05:08.307Z","dependency_job_id":"f888c6f5-b742-490c-9933-6f6dd52a9fff","html_url":"https://github.com/Hopson97/HopsonCraft","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FHopsonCraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FHopsonCraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FHopsonCraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FHopsonCraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hopson97","download_url":"https://codeload.github.com/Hopson97/HopsonCraft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690114,"owners_count":20331726,"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":["game","minecraft","opengl","sfml"],"created_at":"2024-07-30T22:01:16.576Z","updated_at":"2025-03-15T05:31:27.252Z","avatar_url":"https://github.com/Hopson97.png","language":"C++","funding_links":[],"categories":["TODO scan for Android support in followings"],"sub_categories":[],"readme":"# HopsonCraft\n\nNote: Game is undergoing redesign at the moment.\n\nTo see source as it was in ep 4 \"Creating Minecraft\", view here:\n\nhttps://github.com/Hopson97/HopsonCraft/tree/e803ca5fbf51df134cfa7e87c14275c6c73fce8e\n\n# Note\n\nWhen I made this, I was highly inexperienced at programming (Less than 2 years), and the code is mostly pretty messy and game crashes a lot. \n\nI have kept it on my GitHub for historical reasons, seeing as I have videos about this on my YouTube channel.\n\n\n## Versions (As seen in the YouTube videos)\n\nThis game has gone through major rewrites and refactors overtime.\n\nTo see the source code as it was in episodes 1, 2 and 3 of \"Creating Minecraft in C++/ OpenGL\" videos, look at an older commit here:\n\nhttps://github.com/Hopson97/HopsonCraft/tree/90a5d596d07dfe71b5dbf47ec76c0b0802ec9dfa\n\n\n## Dependencies\nThe project requires these libraries: SFML (minimum 2.4), GLEW 2.0+ (OpenGL 3.3+), and OpenGL Maths Library (GLM).\n\nCompile using compiler flags:\n\nWindows -\u003e ``-std=c++14 -O3 -s -lglew32s -lglu32 -lopengl32 -lsfml-graphics -lsfml-audio -lsfml-system -lsfml-window``\n\nLinux -\u003e ``-std=c++14 -O3 -s -lGLEW -lGLU -lGL -lsfml-graphics -lsfml-audio -lsfml-system -lsfml-window``\n\n\nAll the libraries for Linux (At least, on Ubuntu) can be installed with\n\n\n`` sudo apt-get install libsfml-dev``\n\n`` sudo apt-get install libglew-dev``\n\n`` sudo apt-get install libglm-dev``\n\n\n\n## Contributing\nAn easy way to contribute is to look for the ``///@TODO`` parts in the code. please actually test before doing a pull request.\n\nYou can view the code style in [contributing.md](https://github.com/Hopson97/HopsonCraft/blob/master/CODESTYLE.md)\n\nYou can view useful implementation details in [implementation.md](https://github.com/Hopson97/HopsonCraft/blob/master/IMPLEMENTATION.md)\n\nAlso, checkout the TRELLO! https://trello.com/b/P8ZbobQH/hopsoncraft\n\n\n## Description\nSimple Minecraft clone written using C++.\n\n## Screenshots\n![Trees](http://i.imgur.com/4yvLWQE.png \"Trees\")\n\n![Mountain](http://i.imgur.com/4FKz3it.png \"Mountain\")\n\n![Cliff](http://i.imgur.com/PGaiYCB.png \"Cliff\")\n\n\n## Credits\n\n#### Design\nMatthew Hopson, https://github.com/Hopson97/\n\n#### Programming\nMatthew Hopson, https://github.com/Hopson97/\n\n#### Art\nMatthew Hopson, https://github.com/Hopson97/\n\n\n#### Special Thanks\nAnton Golov, https://github.com/jesyspa\n\nZoltan Fazekas, https://github.com/zfazek\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHopson97%2FHopsonCraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHopson97%2FHopsonCraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHopson97%2FHopsonCraft/lists"}