{"id":25948750,"url":"https://github.com/corentin-mzr/geometry-wars-sfml","last_synced_at":"2026-06-05T12:31:19.632Z","repository":{"id":279822307,"uuid":"940102844","full_name":"Corentin-Mzr/Geometry-Wars-SFML","owner":"Corentin-Mzr","description":"Implementation of a Geometry Wars game using SFML and C++. Based on the Game Programming course COMP4300 by Dave Churchill","archived":false,"fork":false,"pushed_at":"2025-02-27T22:44:56.000Z","size":4506,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T22:56:43.314Z","etag":null,"topics":["cpp","game","geometry-wars","sfml","sfml-game"],"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/Corentin-Mzr.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":"2025-02-27T16:09:42.000Z","updated_at":"2025-02-27T22:44:59.000Z","dependencies_parsed_at":"2025-02-27T22:58:15.215Z","dependency_job_id":"339958d8-c606-4e8b-9f85-d0279d65cddb","html_url":"https://github.com/Corentin-Mzr/Geometry-Wars-SFML","commit_stats":null,"previous_names":["corentin-mzr/geometry-wars-sfml"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corentin-Mzr%2FGeometry-Wars-SFML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corentin-Mzr%2FGeometry-Wars-SFML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corentin-Mzr%2FGeometry-Wars-SFML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corentin-Mzr%2FGeometry-Wars-SFML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Corentin-Mzr","download_url":"https://codeload.github.com/Corentin-Mzr/Geometry-Wars-SFML/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241836902,"owners_count":20028271,"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","geometry-wars","sfml","sfml-game"],"created_at":"2025-03-04T11:21:52.757Z","updated_at":"2026-06-05T12:31:19.625Z","avatar_url":"https://github.com/Corentin-Mzr.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Geometry Wars SFML C++\n\n## Description\n\nImplementation of a Geometry Wars game-like using SFML and C++  \nBased on [**COMP4300 - Game Programming - Lecture 07 - Assignment 2**](https://www.youtube.com/watch?v=-ugbLQlw_VM) by Dave Churchill  \nUses an implementation of an Entity-Component-System (ECS) architecture  \n\n### Gameplay\n\n![**In game gameplay**](normal_shoot.gif)\n\n![**In game ability use**](ability_shoot.gif)\n\n### Pause menu screenshot\n\n![**Pause menu**](screenshot.png)\n\n## Installation\n\n### Prerequisites\n\n- C++/C compiler (gcc, g++, cl, clang)\n- CMake 3.28 or newer\n\nFor Linux/Ubuntu, you also need to install the following dependencies:  \n\n```bash\nsudo apt-get update\nsudo apt-get install -y libx11-dev \\\n                        libxcursor-dev \\\n                        libxi-dev \\\n                        libxrandr-dev \\\n                        libudev-dev \\\n                        libgl1-mesa-dev \\\n                        libfreetype6-dev \\\n                        libjpeg-dev \\\n                        libopenal-dev \\\n                        libflac-dev \\\n                        libvorbis-dev \\\n                        libxcb1-dev \\\n                        libxcb-image0-dev \\\n                        libxcb-randr0-dev \\\n                        libxcb-xtest0-dev\n```\n\n### Clone the repository\n\n```bash\ngit clone https://github.com/Corentin-Mzr/Geometry-Wars-SFML\n```\n\n### Build the project\n\nFrom the root folder, execute the following commands\n\n```bash\ncmake -B build\ncmake --build build\n```\n\n### Run the program\n\nTo run the program, launch it from the build/bin folder\n\n```bash\ncd build/bin\n./Geometry-Wars-SFML.exe\n```\n\n## Libraries\n\nThe following libraries have been used for this program\n\n- [**SFML 3.0**](https://github.com/SFML/SFML)\n- [**toml11**](https://github.com/ToruNiina/toml11)\n\n## Controls\n\n- WASD / ZQSD to move\n- Mouse to aim\n- Left click to shoot\n- Right click to use ability (Berserk mode: Unlimited shoot for 10s | 30s cooldown)\n- P to pause the game\n- Escape to close the window\n\n## License\n\nThis program is under the [**MIT License**](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorentin-mzr%2Fgeometry-wars-sfml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorentin-mzr%2Fgeometry-wars-sfml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorentin-mzr%2Fgeometry-wars-sfml/lists"}