{"id":19111629,"url":"https://github.com/horizon-nth/spaceinvaders","last_synced_at":"2026-06-18T03:32:59.942Z","repository":{"id":206710127,"uuid":"675779161","full_name":"Horizon-NTH/SpaceInvaders","owner":"Horizon-NTH","description":"SpaceInvaders is a game inspired by the famous arcade game","archived":false,"fork":false,"pushed_at":"2024-07-11T16:25:23.000Z","size":25154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-03T04:31:43.707Z","etag":null,"topics":["cpp","game","space-invaders"],"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/Horizon-NTH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-08-07T17:46:41.000Z","updated_at":"2024-07-10T16:18:47.000Z","dependencies_parsed_at":"2024-11-09T04:39:27.117Z","dependency_job_id":null,"html_url":"https://github.com/Horizon-NTH/SpaceInvaders","commit_stats":null,"previous_names":["horizon-nth/spaceinvaders"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horizon-NTH%2FSpaceInvaders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horizon-NTH%2FSpaceInvaders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horizon-NTH%2FSpaceInvaders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horizon-NTH%2FSpaceInvaders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Horizon-NTH","download_url":"https://codeload.github.com/Horizon-NTH/SpaceInvaders/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240165330,"owners_count":19758361,"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":["cpp","game","space-invaders"],"created_at":"2024-11-09T04:29:14.025Z","updated_at":"2026-05-31T22:30:20.454Z","avatar_url":"https://github.com/Horizon-NTH.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpaceInvaders\n\n[![Release](https://img.shields.io/badge/Release-v1.0-blueviolet)](https://github.com/Horizon-NTH/SpaceInvaders/releases)\n[![Language](https://img.shields.io/badge/Language-C++-0052cf?logo=cplusplus\u0026logoColor=blue)](https://en.wikipedia.org/wiki/C%2B%2B)\n[![Licence](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n## Introduction\n\n**SpaceInvaders** is a game inspired by the famous [arcade game](https://en.wikipedia.org/wiki/Space_Invaders).\n\n![Game main menu](/assets/screenshots/main_menu.png)\n\n![In game screenshot](/assets/screenshots/in_game_screenshots.png)\n\n![Game over menu](/assets/screenshots/game_over_menu.png)\n\n## Installation Instructions\n\n\u003e You can also simply install a pre-built version [here](https://github.com/Horizon-NTH/SpaceInvaders/releases).\n\n### Get Source Code\n\nYou first need to clone the [repository](https://github.com/Horizon-NTH/SpaceInvaders).\nMake sure to use [git](https://git-scm.com) and don't forget to include `--recurse-submodules` when cloning.\n\n```bash\ngit clone https://github.com/Horizon-NTH/SpaceInvaders --recurse-submodules\n```\n\nYou will now able to choose between [script](#script-installation) or [manual](#manual-installation) installation\n\n### Script Installation\n\nUse the [`install.sh`](https://github.com/Horizon-NTH/SpaceInvaders/blob/master/install.sh) script to compile the\nexecutable.\nYou can choose to erase build files by adding `-e` / `--erase`.\n\n  ```bash\n  ./install.sh --erase\n  ```\n\n### Manual Installation\n\nEnsure you have [CMake](https://cmake.org/) installed.\nGenerate the build environment using CMake.\n\n```bash\ncd SpaceInvaders\nmkdir build \u0026\u0026 cd build\ncmake ..\n```\n\nThen build directly using CMake:\n\n```bash\ncmake --build .\n```\n\nThis command will create the executable in the main folder.\n\n## Documentation\n\nTo learn how this game work and all the possibilities, please refer to\nthe [wiki](https://github.com/Horizon-NTH/SpaceInvaders/wiki).\n\n## Dependencies\n\n- **HorizonGUI**\n\n  The code relies on [HorizonGUI](https://github.com/Horizon-NTH/HorizonGUI) for all the graphics-related functionality\n  of the application.\n\n## License\n\n[**SpaceInvaders**](https://github.com/Horizon-NTH/SpaceInvaders) is licensed under\nthe [MIT license](https://github.com/Horizon-NTH/SpaceInvaders/blob/master/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorizon-nth%2Fspaceinvaders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorizon-nth%2Fspaceinvaders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorizon-nth%2Fspaceinvaders/lists"}