{"id":26048030,"url":"https://github.com/burnycoder/bunnyhopping","last_synced_at":"2025-07-24T18:04:00.706Z","repository":{"id":280069073,"uuid":"940879662","full_name":"BurnyCoder/bunnyhopping","owner":"BurnyCoder","description":"A simple 3D first-person game with bunnyhopping mechanics built using the Ursina Engine.","archived":false,"fork":false,"pushed_at":"2025-03-01T04:20:14.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"3","last_synced_at":"2025-03-01T04:25:49.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/BurnyCoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2025-03-01T01:11:15.000Z","updated_at":"2025-03-01T04:20:17.000Z","dependencies_parsed_at":"2025-03-01T04:35:56.487Z","dependency_job_id":null,"html_url":"https://github.com/BurnyCoder/bunnyhopping","commit_stats":null,"previous_names":["burnycoder/speedrunning","burnycoder/bunnyhopping"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BurnyCoder/bunnyhopping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurnyCoder%2Fbunnyhopping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurnyCoder%2Fbunnyhopping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurnyCoder%2Fbunnyhopping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurnyCoder%2Fbunnyhopping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BurnyCoder","download_url":"https://codeload.github.com/BurnyCoder/bunnyhopping/tar.gz/refs/heads/3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurnyCoder%2Fbunnyhopping/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266884063,"owners_count":24000636,"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-24T02:00:09.469Z","response_time":99,"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-03-07T23:41:16.383Z","updated_at":"2025-07-24T18:04:00.658Z","avatar_url":"https://github.com/BurnyCoder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3D Bunnyhopping Game\n\nA simple 3D first-person game with bunnyhopping mechanics built using the Ursina Engine.\n\n![game](https://github.com/user-attachments/assets/c02b3de1-79e5-497e-a47e-92da3fcc0544)\n\n## Requirements\n\n- Python 3.7+\n- Ursina Engine\n\n## Installation\n\nInstall the required packages:\n\n```bash\npip install ursina\n```\n\n## Running the Game\n\nRun the main entry point:\n\n```bash\npython main.py\n```\n\n## Controls\n\n- **W, A, S, D**: Move forward, left, backward, and right\n- **Mouse**: Look around\n- **Space**: Hold to bunnyhop continuously (you must be moving)\n\n## Customization\n\nYou can modify the following parameters in the `controllers/bunny_hop_controller.py` file to adjust the bunnyhopping mechanics:\n\n- `max_speed_multiplier`: Maximum speed multiplier (default: uncapped)\n- `per_hop_multiplier_amount`: How much speed boost you get per hop (default: 0.25)\n- `diminish_value`: Regular speed decay rate (default: 0.05)\n- `long_distance_diminish`: Reduced decay rate for long-distance travel (default: 0.01)\n- `jump_cooldown_max`: Time between jumps (default: 0.2) \n\n## Project Structure\n\nThe codebase follows a modular structure:\n\n- `main.py`: Entry point for the game\n- `game.py`: Main game class that initializes and manages the game\n- `controllers/`: Player movement and control\n  - `bunny_hop_controller.py`: Bunnyhopping mechanic implementation\n- `world/`: Environment and terrain generation\n  - `environment.py`: Procedural world generation\n- `ui/`: User interface elements\n  - `hud.py`: Heads-up display elements like speed and distance","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburnycoder%2Fbunnyhopping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburnycoder%2Fbunnyhopping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburnycoder%2Fbunnyhopping/lists"}