{"id":19674758,"url":"https://github.com/benthillerkus/spacelovers","last_synced_at":"2025-10-04T23:58:15.440Z","repository":{"id":50142009,"uuid":"363163133","full_name":"benthillerkus/SpaceLovers","owner":"benthillerkus","description":"Asteroids x Lovers in a Dangerous Spacetime","archived":false,"fork":false,"pushed_at":"2021-06-04T21:42:10.000Z","size":213,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T15:29:50.592Z","etag":null,"topics":["asteroids","game","processing"],"latest_commit_sha":null,"homepage":"","language":"Processing","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benthillerkus.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}},"created_at":"2021-04-30T14:18:35.000Z","updated_at":"2021-06-02T19:01:24.000Z","dependencies_parsed_at":"2022-08-25T16:12:32.926Z","dependency_job_id":null,"html_url":"https://github.com/benthillerkus/SpaceLovers","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/benthillerkus/SpaceLovers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthillerkus%2FSpaceLovers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthillerkus%2FSpaceLovers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthillerkus%2FSpaceLovers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthillerkus%2FSpaceLovers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benthillerkus","download_url":"https://codeload.github.com/benthillerkus/SpaceLovers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthillerkus%2FSpaceLovers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278391182,"owners_count":25978945,"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-10-04T02:00:05.491Z","response_time":63,"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":["asteroids","game","processing"],"created_at":"2024-11-11T17:19:41.608Z","updated_at":"2025-10-04T23:58:15.414Z","avatar_url":"https://github.com/benthillerkus.png","language":"Processing","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Make Release](https://github.com/benthillerkus/SpaceLovers/actions/workflows/make-release.yml/badge.svg)](https://github.com/benthillerkus/SpaceLovers/actions/workflows/make-release.yml)\n![GitHub top language](https://img.shields.io/github/languages/top/benthillerkus/SpaceLovers?logo=java)\n![Lines of code](https://img.shields.io/tokei/lines/github/benthillerkus/SpaceLovers?color=orange)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/benthillerkus/SpaceLovers?color=purple)\n![GitHub all releases](https://img.shields.io/github/downloads/benthillerkus/SpaceLovers/total)\n![Badge not Found](https://img.shields.io/badge/404-badge%20not%20found-red)\n\n![2021-06-02_20-26-47](https://user-images.githubusercontent.com/29630575/120533642-3dfd4b00-c3e1-11eb-9a35-3afd604c1a94.gif)\n\n# Anleitung\n\n## Installation\n\nEs gibt fertige Binaries für Windows bei den [Releases](https://github.com/benthillerkus/SpaceLovers/releases).\n\nSonst kann man natürlich auch das Repo klonen / herunterladen und in Processing öffnen.\nEs müssen dafür vorher folgende Libraries heruntergeladen werden:\n- [processing-sound](https://github.com/processing/processing-sound)\n- [minim](https://github.com/ddf/minim)\n\n## Spielziel\nEs müssen 3 Missionen abgeschlossen werden um die Position des Sprungpunktes freizuschalten. Wenn der Sprungpunkt erreicht wird, ist das Spiel gewonnen.\nWenn das Schiff vorher zu viel Schaden nimmt ist das Spiel verloren.\n\n## Steuerung\n\n### Spieler 1\n1. Drehung mit `a` und `d`\n2. Modi wechseln mit `w` und `s`\n3. Leertaste um Aktionen auszuführen\n\n### Spieler 2\n2. Drehung mit `j` und `l`\n3. Modi wechseln mit `i` und `k`\n4. `.` um Aktionen auszuführen\n\n# Entwicklung\n\nMehr zur Architektur, Entstehung und zum Code generell steht im [Wiki](https://github.com/benthillerkus/SpaceLovers/wiki).\n\n# Lizensierung\nDer Code im Repository steht unter der [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html) bereit.\n\nDie Audiodateien in [data/GameplaySound](data/Art/GameplaySound) und [data/MenuSound](data/GameplaySound) sowie die Grafiken in [data/Art](data/Art) (kurz: die _Assets_) stehen unter der [Creative Commons BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc/4.0/).\n\nFertige Builds beinhalten die [Minim-Library](https://github.com/ddf/minim) unter der [LGPL v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) und die [Processing-Sound-Library](https://github.com/processing/processing-sound) unter der [LGPL v2.1](https://www.gnu.org/licenses/lgpl-3.0.en.html). Zusätzlich dazu ist noch eine Java SE Runtime Environment dabei; deren Lizenzen sind im Unterordner `java` zu finden.\n\nAlle Fonts in [data/Art/Fonts](data/Fonts) stehen unter der [OFL](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi\u0026id=OFL).\n\n----\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\"\u003e\u003cimg alt=\"Creative Commons Lizenzvertrag\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png\" /\u003e\u003c/a\u003e\u003cbr /\u003e\u003cspan xmlns:dct=\"http://purl.org/dc/terms/\" property=\"dct:title\"\u003eSpaceLovers (Assets)\u003c/span\u003e von \u003ca xmlns:cc=\"http://creativecommons.org/ns#\" href=\"https://www.github.com/benthillerkus/SpaceLovers\" property=\"cc:attributionName\" rel=\"cc:attributionURL\"\u003eBent Hillerkus, Joshua Lasse Einhoff, Natalie Turek, Kevin Kader\u003c/a\u003e ist lizenziert unter einer \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\"\u003eCreative Commons Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz\u003c/a\u003e.\u003cbr /\u003eÜber diese Lizenz hinausgehende Erlaubnisse können Sie unter \u003ca xmlns:cc=\"http://creativecommons.org/ns#\" href=\"https://github.com/benthillerkus/SpaceLovers#Lizensierung\" rel=\"cc:morePermissions\"\u003ehttps://github.com/benthillerkus/SpaceLovers#Lizensierung\u003c/a\u003e erhalten.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenthillerkus%2Fspacelovers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenthillerkus%2Fspacelovers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenthillerkus%2Fspacelovers/lists"}