{"id":20019049,"url":"https://github.com/stackofsugar/orbit-game","last_synced_at":"2025-07-11T17:48:00.760Z","repository":{"id":141586690,"uuid":"367661906","full_name":"stackofsugar/orbit-game","owner":"stackofsugar","description":"Simple game made with SDL + C++ in less than 4 days","archived":false,"fork":false,"pushed_at":"2024-10-30T10:14:14.000Z","size":4743,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T16:07:35.179Z","etag":null,"topics":[],"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/stackofsugar.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":"2021-05-15T15:08:28.000Z","updated_at":"2024-10-30T10:14:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe3d9196-506d-4f2f-b571-908a4adeb5b5","html_url":"https://github.com/stackofsugar/orbit-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/stackofsugar%2Forbit-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackofsugar%2Forbit-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackofsugar%2Forbit-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackofsugar%2Forbit-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackofsugar","download_url":"https://codeload.github.com/stackofsugar/orbit-game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241453121,"owners_count":19965138,"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-13T08:25:39.430Z","updated_at":"2025-03-02T03:25:22.993Z","avatar_url":"https://github.com/stackofsugar.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://www.stackofsugar.com/images/projects/orbit.webp\" alt=\"Project hero\" height=\"250\"  /\u003e\n    \u003ch1\u003eOrbit Game\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003c!-- Badges --\u003e\n\u003cp align=\"center\"\u003e\n    \u003c!-- Project Status: Completed --\u003e\n    \u003cimg src=\"https://img.shields.io/badge/status-completed-orange?style=for-the-badge\u0026labelColor=black\" /\u003e\n    \u003c!-- License --\u003e\n    \u003ca href=\"https://github.com/stackofsugar/orbit-game/blob/master/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/stackofsugar/orbit-game?style=for-the-badge\u0026labelColor=black\u0026color=green\" /\u003e\n    \u003c/a\u003e\n    \u003c!-- Issues --\u003e\n    \u003ca href=\"https://github.com/stackofsugar/orbit-game/issues\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/issues/stackofsugar/orbit-game?style=for-the-badge\u0026labelColor=black\" /\u003e\n    \u003c/a\u003e\n    \u003c!-- PRs --\u003e\n    \u003ca href=\"https://github.com/stackofsugar/orbit-game/pulls\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/issues-pr/stackofsugar/orbit-game?style=for-the-badge\u0026labelColor=black\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  A simple game I made with SDL in less than 4 days in a game jam challenge.\n\u003c/p\u003e\n\n## 📝 Table of Contents\n\n-   [About The Project](#about)\n-   [Getting Started](#getting-started)\n-   [Author(s)](#authors)\n\n## 💭 About The Project \u003ca name=\"about\"\u003e\u003c/a\u003e\n\nI made this game back in May 2021 as a submission to an international game jam competition held by my University. This project uses C++ and the [SDL2 library](https://www.libsdl.org/). I also did the graphics and artworks from scratch, mostly on Paint.\n\nThe premise of this game is guiding the moon away from the falling asteroids (and the world border) only using the gravitational pull of the Earth, which is your cursor. That's it.\n\nThere is a ~~known bug~~ feature in which I tie the physics to the framerate, rather than to time. So, if you run this program in a system with faster screen refresh rate, the game will run very fast.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### Technologies Used\n\n-   Programming language: C++\n-   Library: [SDL2](https://www.libsdl.org/)\n-   Miscellaneous: Paint, InnoSetup\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🛫 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Download the installer (Windows x64 only)\n\nThe easiest way to install the game is to head to the [latest releases section](https://github.com/stackofsugar/orbit-game/releases/latest) and grab yourself an installer.\n\n### Build from source\n\nThis project is a Microsoft Visual Studio project. There are a couple ways to build this game. If you already have MSVS installed, you can open the solution `.sln` file and compile from the IDE.\n\n## 📚 Author(s) \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n-   [@stackofsugar](https://github.com/stackofsugar) (Myself)\n\nSee also a list of [contributors](https://github.com/stackofsugar/personal-website/graphs/contributors) who has participated in this project.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackofsugar%2Forbit-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackofsugar%2Forbit-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackofsugar%2Forbit-game/lists"}