{"id":19489643,"url":"https://github.com/chadowo/asteritos","last_synced_at":"2025-02-25T19:27:08.150Z","repository":{"id":202968137,"uuid":"708515071","full_name":"Chadowo/asteritos","owner":"Chadowo","description":"Entry for the Gosu Game Jam 5","archived":false,"fork":false,"pushed_at":"2024-03-19T00:43:29.000Z","size":647,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T08:40:58.852Z","etag":null,"topics":["game","gosu","gosu-game-jam","libgosu","ruby"],"latest_commit_sha":null,"homepage":"https://chadow.itch.io/asteritos","language":"Ruby","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/Chadowo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-22T19:27:42.000Z","updated_at":"2024-06-19T17:39:30.000Z","dependencies_parsed_at":"2023-11-18T18:25:00.407Z","dependency_job_id":"eea6cba1-62ab-422b-9ed2-b724591c503d","html_url":"https://github.com/Chadowo/asteritos","commit_stats":null,"previous_names":["chadowo/asteritos"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chadowo%2Fasteritos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chadowo%2Fasteritos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chadowo%2Fasteritos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chadowo%2Fasteritos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chadowo","download_url":"https://codeload.github.com/Chadowo/asteritos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240731852,"owners_count":19848593,"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","gosu","gosu-game-jam","libgosu","ruby"],"created_at":"2024-11-10T21:09:26.477Z","updated_at":"2025-02-25T19:27:08.114Z","avatar_url":"https://github.com/Chadowo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"assets/sprites/icon.png\" width=\"128\" height=\"128\" align=\"right\" /\u003e\n\n# Asteritos\n\n![GitHub release (with filter)](https://img.shields.io/github/v/release/chadowo/asteritos?style=flat-square) ![GitHub](https://img.shields.io/github/license/chadowo/asteritos?style=flat-square\u0026color=blue) ![Static Badge](https://img.shields.io/badge/get%20it-green?style=flat-square\u0026logo=itch.io\u0026logoColor=white\u0026label=itch.io\u0026color=fa5c5c\u0026link=https%3A%2F%2Fchadow.itch.io%2Fasteritos)\n\nEntry for the [Gosu Game Jam 5](https://itch.io/jam/gosu-game-jam-5). It's a simple [Asteroids](https://en.wikipedia.org/wiki/Asteroids_(video_game)) clone.\nWhile the core concept of Asteroids is in the game it does have some different design choices here and there.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/docs/media/screenshot-1.png\" alt=\"screenshot\"/\u003e\n\u003c/p\u003e\n\n## Requirements\n\n- A PC, either Windows, MacOS or Linux.\n- Keyboard and mouse.\n- A CPU, and GPU.\n- Sound card.\n\nThat's it, it's not a particularly taxing game at all :).\n\n## Controls\n\nThis game is played with a keyboard, menu navigation can be done with both mouse and keyboard.\n\n\u003ckbd\u003eW\u003c/kbd\u003e \u003ckbd\u003eA\u003c/kbd\u003e \u003ckbd\u003eS\u003c/kbd\u003e \u003ckbd\u003eD\u003c/kbd\u003e or \u003ckbd\u003e↑\u003c/kbd\u003e \u003ckbd\u003e←\u003c/kbd\u003e \u003ckbd\u003e→\u003c/kbd\u003e \u003ckbd\u003e↓\u003c/kbd\u003e - Movement\n\n\u003ckbd\u003eSpace\u003c/kbd\u003e - Shoot\n\n\u003ckbd\u003eEnter\u003c/kbd\u003e - Pause\n\n\u003ckbd\u003eEscape\u003c/kbd\u003e - Close the game\n\n## How To Play\n\n### Download\n\nEither download the game from the [releases](https://github.com/Chadowo/asteritos/releases) here on GitHub or from the [itch.io page](https://chadow.itch.io/asteritos).\n\nIf you want to run the game from the source code, then do the following:\n\n1. Download [Ruby](https://www.ruby-lang.org/) for your platform ([Windows](https://rubyinstaller.org/), [MacOS](https://www.ruby-lang.org/en/documentation/installation/#homebrew) or [Linux](https://www.ruby-lang.org/en/documentation/installation/#apt)).\n2. Install all the requirements for Gosu ([MacOS](https://github.com/gosu/gosu/wiki/Getting-Started-on-OS-X#prerequisites) or [Linux](https://github.com/gosu/gosu/wiki/Getting-Started-on-Linux#dependencies)).\n3. Invoke `bundle install` on the root of this repo, and then `rake` to run the game.\n\n## License\n\n### Assets\n\n[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) unless noted otherwise.\n\n### Code\n\n[MIT license](LICENSE).\n\n## Credits\n\nNordine Font - [Liam Moniez](https://www.behance.net/agraffs) - [OFL 1.1 license](/assets/fonts/nordine/license.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadowo%2Fasteritos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchadowo%2Fasteritos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadowo%2Fasteritos/lists"}