{"id":30874370,"url":"https://github.com/catvec/atmosphere","last_synced_at":"2025-09-08T00:47:24.027Z","repository":{"id":151656907,"uuid":"48295099","full_name":"catvec/atmosphere","owner":"catvec","description":"A space base creating game for the libGDX game jam","archived":false,"fork":false,"pushed_at":"2016-02-08T05:17:18.000Z","size":740,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-04T01:02:11.532Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/catvec.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":"2015-12-19T19:48:28.000Z","updated_at":"2019-10-24T04:14:47.000Z","dependencies_parsed_at":"2023-04-28T19:53:41.957Z","dependency_job_id":null,"html_url":"https://github.com/catvec/atmosphere","commit_stats":null,"previous_names":["catvec/atmosphere"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/catvec/atmosphere","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catvec%2Fatmosphere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catvec%2Fatmosphere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catvec%2Fatmosphere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catvec%2Fatmosphere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catvec","download_url":"https://codeload.github.com/catvec/atmosphere/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catvec%2Fatmosphere/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274117524,"owners_count":25225104,"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-09-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2025-09-08T00:47:13.678Z","updated_at":"2025-09-08T00:47:24.011Z","avatar_url":"https://github.com/catvec.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atmosphere\nA space base creating game for the libGDX game jam\n\n# Planning\n- class Station\n  - int id\n  - String name\n  - StationType stationType\n- enum StationType\n  - Ground\n  - Space\n- class StationEntitySchemaKey \u003cValueType\u003e\n  - *// Didn't use Map so native types can be stored*\n  - final ValueType[] groundValue\n  - final ValueType[] spaceValue\n  - ValueType getValue(StationType stationType, int level)\n- class StationEntitySchemaString extends StationEntitySchemaKey\u003cString\u003e\n- class StationEntitySchemaFloat extends StationEntitySchemaKey\u003cfloat\u003e\n- class StationEntitySchemaInt extends StationEntitySchemaKey\u003cint\u003e\n- class StationEntitySchema\n  - *// Loaded in via a json file*\n  - static Map\u003cString, StationEntitySchemaKey\u003cObject\u003e\u003e ParseSchemaFile(String filePath)\n  - StationEntitySchema()\n    - Assign fields to fields gotten by ParseSchemaFile()\n  - final StationEntitySchemaString name\n  - final StationEntitySchemaInt maxLevel\n  - final StationEntitySchemaInt width\n  - final StationEntitySchemaInt height\n- class StationEntity\n  - static final StationEntitySchema SCHEMA\n  - int level\n  - int stationId\n  - Vector2I position\n  - Station getStation()\n- class SpacecraftConnector extends StationEntity\n  - **SCHEMA**\n    - int maxSize\n    - int maxWeight\n    - int maxThrust\n  - Spacecraft connectedSpacecraft\n- class RocketAssemblyBuilding extends StationEntity\n  - **SCHEMA**\n    - int maxSize\n- class CrewQuarters extends StationEntity\n  - **SCHEMA**\n    - int maxCrew\n  - CrewMember[] crewMembers\n- class Spacecraft\n  - int size\n  - int weight\n  - int thrust\n  - int storage\n- class CrewMember\n  - String name\n  - int health\n  - *// Add skills*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatvec%2Fatmosphere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatvec%2Fatmosphere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatvec%2Fatmosphere/lists"}