{"id":18276788,"url":"https://github.com/texus/ld33-game","last_synced_at":"2025-04-09T04:27:25.909Z","repository":{"id":146314665,"uuid":"41272864","full_name":"texus/LD33-Game","owner":"texus","description":"Game made for Ludum Dare 33 Compo","archived":false,"fork":false,"pushed_at":"2015-08-24T00:29:07.000Z","size":818,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T22:43:09.998Z","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/texus.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}},"created_at":"2015-08-24T00:13:33.000Z","updated_at":"2024-12-31T05:49:57.000Z","dependencies_parsed_at":"2023-04-05T01:46:32.674Z","dependency_job_id":null,"html_url":"https://github.com/texus/LD33-Game","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texus%2FLD33-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texus%2FLD33-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texus%2FLD33-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texus%2FLD33-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/texus","download_url":"https://codeload.github.com/texus/LD33-Game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247978301,"owners_count":21027444,"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-05T12:17:14.042Z","updated_at":"2025-04-09T04:27:25.884Z","avatar_url":"https://github.com/texus.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LD33 - Maze Monster\n\nThis game was written in less than 48 hours for the Ludum Dare 33 compo with the theme \"You are the Monster\".\n\nYou play a monster that survives on energy orbs. Without these orbs you will stop emitting light and die. The goal of the game is to collect all the energy orbs without dying.\n\nYou also have to watch out for the humans. They think you are a dangerous monster and they will come after you and try to kill you when they see you.\n\nThe maze is generated randomly every time you play. In the menu you will be able to change the default settings and choose the size of the maze, your speed, the speed of the humans, ...\nBut even without changing any settings each time the maze will be completely different.\n\nTo move use the arrow keys or WASD or QZSD.\n\n\n### Download executable\n\nThere are executables available for [Windows](https://github.com/texus/LD33-Game/releases/download/LD33-entry/LD33-MazeMonster-Windows.zip), [Mac OS X](https://github.com/texus/LD33-Game/releases/download/LD33-entry/LD33-MazeMonster-OSX.zip) and [64-bit Linux](https://github.com/texus/LD33-Game/releases/download/LD33-entry/LD33-MazeMonster-Linux64.tar.gz).\n\n\n### Build yourself\n\nYou will need git and cmake in order to build this project.\n\nThe following instructions are for unix, but the steps are similar on windows (just a bit more difficult).\n\nThe code below will download everything, build and install the SFML and TGUI dependencies and create the game executable in the root folder. It assumes that the SFML dependencies are already installed. If not, the first cmake command will fail and tell you which library could not be found.\n\n```\ngit clone https://github.com/texus/LD33-Game\ncd LD33-Game\ngit submodule update --init --recursive\nmkdir build\nmkdir build/SFML\nmkdir build/TGUI\ncd build/SFML\ncmake ../../SFML\nmake -j4\nsudo make install\ncd ../TGUI\ncmake ../../TGUI\nmake -j4\nsudo make install\ncd ..\ncmake ..\nmake -j4\nmake install\ncd ..\n./Game\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftexus%2Fld33-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftexus%2Fld33-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftexus%2Fld33-game/lists"}