{"id":29908229,"url":"https://github.com/hydepwns/orbit-jump","last_synced_at":"2025-09-05T16:43:53.655Z","repository":{"id":306171076,"uuid":"1024392767","full_name":"Hydepwns/orbit-jump","owner":"Hydepwns","description":"A gravity-based jumping game","archived":false,"fork":false,"pushed_at":"2025-07-31T23:08:44.000Z","size":3781,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-01T01:31:46.211Z","etag":null,"topics":["arcade","game","love2d","lua","monaspace","physics","typography"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hydepwns.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-07-22T16:16:32.000Z","updated_at":"2025-07-31T23:08:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"954ccb38-2227-431e-8080-640a6c25c3dc","html_url":"https://github.com/Hydepwns/orbit-jump","commit_stats":null,"previous_names":["hydepwns/orbit-jump"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hydepwns/orbit-jump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hydepwns%2Forbit-jump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hydepwns%2Forbit-jump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hydepwns%2Forbit-jump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hydepwns%2Forbit-jump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hydepwns","download_url":"https://codeload.github.com/Hydepwns/orbit-jump/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hydepwns%2Forbit-jump/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273787976,"owners_count":25168479,"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-05T02:00:09.113Z","response_time":402,"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":["arcade","game","love2d","lua","monaspace","physics","typography"],"created_at":"2025-08-02T00:00:32.819Z","updated_at":"2025-09-05T16:43:53.641Z","avatar_url":"https://github.com/Hydepwns.png","language":"Lua","readme":"# Orbit Jump\n\n[![LÖVE](https://img.shields.io/badge/LÖVE-11.0%2B-ff69b4.svg)](https://love2d.org/)\n[![Lua](https://img.shields.io/badge/Lua-5.3%2B-blue.svg)](https://www.lua.org/)\n[![LuaRocks](https://img.shields.io/badge/LuaRocks-1.0.0--2-orange.svg)](https://luarocks.org/modules/hydepwns/orbit-jump)\n[![Tests](https://img.shields.io/badge/tests-unified%20framework-brightgreen.svg)](docs/testing.md)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nA gravity-based arcade game with realistic physics and adaptive systems.\n\n## Features\n\n- **Physics-Based Movement** - Realistic orbital mechanics\n- **Planet Hopping** - Jump between diverse planets\n- **Adaptive Systems** - Game learns from your playstyle\n- **Cross-Platform** - Desktop and mobile support\n\n## Requirements\n\n- [LÖVE2D](https://love2d.org/) 11.0+\n\n## Installation\n\n### Via LuaRocks (Recommended)\n\n```bash\n# Install via LuaRocks\nluarocks install orbit-jump\n\n# Run the game\nlove orbit-jump\n```\n\n**Note**: LÖVE2D must be installed separately via your system package manager.\n\n### Manual Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/Hydepwns/orbit-jump.git\ncd orbit-jump\n\n# Install LÖVE2D\n# macOS\nbrew install love\n\n# NixOS\nnix profile install nixpkgs#love\n\n# Linux\nsudo apt install love2d  # Ubuntu/Debian\nsudo dnf install love    # Fedora\nsudo pacman -S love      # Arch\n\n# Run the game\nlove .\n```\n\n### Using the Installation Script\n\n```bash\n# Show installation options\nlua install.lua --help\n\n# Install via LuaRocks\nlua install.lua --luarocks\n\n# Show manual installation instructions\nlua install.lua --manual\n```\n\n### Package Validation\n\n```bash\n# Validate package structure for LuaRocks publishing\nlua scripts/publishing/test_package.lua\n```\n\n## Quick Start\n\n```bash\nlove .\n```\n\n## Development\n\n### Running Tests\n\n```bash\n# All tests\n./run_tests.sh\n\n# Specific test types\n./run_tests.sh unit\n./run_tests.sh integration\n./run_tests.sh performance\n\n# Interactive runner\nlua tests/run_interactive_tests.lua\n```\n\n## Controls\n\n### Desktop\n\n- **Jump**: Click and drag to aim, release to jump\n- **Dash**: Shift / Z / X (while in space)\n- **Restart**: Space (after game over)\n- **Pause**: Escape\n\n### Mobile\n\n- **Jump**: Swipe from player\n- **Dash**: Double-tap screen\n- **Restart**: Tap screen\n\n## Documentation\n\n- [Getting Started](docs/getting-started.md)\n- [Architecture](docs/architecture.md)\n- [Testing](docs/testing.md)\n- [Contributing](docs/contributing.md)\n- [LuaRocks Publishing](docs/publishing.md)\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydepwns%2Forbit-jump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhydepwns%2Forbit-jump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydepwns%2Forbit-jump/lists"}