{"id":21060169,"url":"https://github.com/approxit/amiga-invaders","last_synced_at":"2025-07-30T21:35:59.733Z","repository":{"id":148028727,"uuid":"147853988","full_name":"approxit/amiga-invaders","owner":"approxit","description":"Yet another clone of Space Ivaders game","archived":false,"fork":false,"pushed_at":"2018-10-12T04:31:28.000Z","size":345,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T00:43:12.270Z","etag":null,"topics":["amiga","c","game"],"latest_commit_sha":null,"homepage":null,"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/approxit.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":"2018-09-07T17:21:14.000Z","updated_at":"2023-04-17T09:34:20.000Z","dependencies_parsed_at":"2023-05-28T06:30:36.541Z","dependency_job_id":null,"html_url":"https://github.com/approxit/amiga-invaders","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/approxit/amiga-invaders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/approxit%2Famiga-invaders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/approxit%2Famiga-invaders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/approxit%2Famiga-invaders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/approxit%2Famiga-invaders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/approxit","download_url":"https://codeload.github.com/approxit/amiga-invaders/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/approxit%2Famiga-invaders/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267945372,"owners_count":24170218,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["amiga","c","game"],"created_at":"2024-11-19T17:15:52.235Z","updated_at":"2025-07-30T21:35:59.719Z","avatar_url":"https://github.com/approxit.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# amiga-invaders\n\nYet another clone of Space Ivaders game\n\n![screenshot 1](res/screenshots/1.jpg)\n![screenshot 2](res/screenshots/2.jpg)\n\n## Getting Started\n\nIn near future, thrilling discovery was made.\n\nThe inevitable invasion comes to the cradle of humanity.\n\nResearches shows that it can be stopped only by the specially crafted technology.  \nThere is not much time to contact.\n\nOnly ten effective fighters will be constructed in time.  \nHumanity need to send only the best pilots.\n\nJump behind the simulator rudders.  \nBe in the elite ten and save humanity from invasion.\n\n### Pre-requirements\n\nThis game is made for specific hardware. To properly run this game you will need:\n\n* Literally any Amiga (but tested with Amiga 500 and Kickstart 1.3)\n\nor compatible Amiga emulator like [WinUAE](http://www.winuae.net/).\n\n### Installing\n\nCopy the [latest game release](https://github.com/approxit/amiga-invaders/releases) archive and extract to directory that Amiga can load. The `bin` and `data` directories must coexist as given. \n\n### Running the game\n\nGame must be stared from main executable file located in `bin/amiga-invaders`.\nIn AmigaDOS CLI you can use following commands:\n\n```\n1\u003e cd amiga-invaders/bin\n1\u003e amiga-invaders\n``` \n\n## Controls\n\n### Intro\n\n* **\u003ckbd\u003espace\u003c/kbd\u003e / \u003ckbd\u003ereturn\u003c/kbd\u003e** - speeds up text\n\n* **\u003ckbd\u003eescape\u003c/kbd\u003e** - quits game\n\n### Map\n\n* **\u003ckbd\u003ea\u003c/kbd\u003e / \u003ckbd\u003eleft\u003c/kbd\u003e** - turns ship left\n* **\u003ckbd\u003ed\u003c/kbd\u003e / \u003ckbd\u003eright\u003c/kbd\u003e** - turns ship right\n* **\u003ckbd\u003espace\u003c/kbd\u003e / \u003ckbd\u003ereturn\u003c/kbd\u003e** - fires ship projectile\n\n* **\u003ckbd\u003eescape\u003c/kbd\u003e** - quits game\n\n## Built With\n\n* [Amiga C Engine](https://github.com/approxit/ACE) - game engine\n* [amiga-dev](https://github.com/kusma/amiga-dev) - VBCC+VASM+VLINK development environment\n* [Photoshop](http://www.adobe.com/products/photoshop.html) - graphics editor\n\n## Versioning\n\nThis project use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/approxit/amiga-invaders/tags). \n\n## Authors\n\n* **Koyot1222** - graphics\n* **[approxit](https://github.com/approxit)** - initial code\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapproxit%2Famiga-invaders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapproxit%2Famiga-invaders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapproxit%2Famiga-invaders/lists"}