{"id":22235329,"url":"https://github.com/devarajan8/balloon-rise-up","last_synced_at":"2026-02-04T00:33:56.858Z","repository":{"id":242336408,"uuid":"809293467","full_name":"DevaRajan8/Balloon-Rise-Up","owner":"DevaRajan8","description":"Balloon Rise Up is an engaging game developed in the Jack programming language, a core component of the Nand2Tetris course. Players navigate a balloon through dynamically generated obstacles, testing their reflexes and precision. The goal is to keep the balloon rising while avoiding collisions, offering a challenging and entertaining experience.","archived":false,"fork":false,"pushed_at":"2024-06-19T10:13:29.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T16:41:29.040Z","etag":null,"topics":["jack"],"latest_commit_sha":null,"homepage":"","language":null,"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/DevaRajan8.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-02T09:29:11.000Z","updated_at":"2024-06-19T10:13:32.000Z","dependencies_parsed_at":"2024-06-02T10:51:07.742Z","dependency_job_id":"2f291b95-d340-4073-806f-def942c7f701","html_url":"https://github.com/DevaRajan8/Balloon-Rise-Up","commit_stats":null,"previous_names":["devarajan8/balloon-rise-up"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevaRajan8/Balloon-Rise-Up","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevaRajan8%2FBalloon-Rise-Up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevaRajan8%2FBalloon-Rise-Up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevaRajan8%2FBalloon-Rise-Up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevaRajan8%2FBalloon-Rise-Up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevaRajan8","download_url":"https://codeload.github.com/DevaRajan8/Balloon-Rise-Up/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevaRajan8%2FBalloon-Rise-Up/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29062690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T00:26:14.114Z","status":"ssl_error","status_checked_at":"2026-02-04T00:23:06.435Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["jack"],"created_at":"2024-12-03T02:12:53.284Z","updated_at":"2026-02-04T00:33:56.818Z","avatar_url":"https://github.com/DevaRajan8.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Balloon Rise Up\n\nBalloon Rise Up is an engaging game written in the Jack programming language. The objective of the game is to navigate a balloon through a series of obstacles and keep it rising up without colliding.\n\n## Project Description\nBalloon Rise Up is a fun and challenging game where players must maneuver a balloon to avoid various obstacles. The game is designed to test your reflexes and timing as you strive to achieve the highest score possible.\n\n### Features\n- Control a balloon and navigate through obstacles.\n- Dynamic obstacle generation.\n- Collision detection to make the game challenging and engaging.\n- Score tracking to keep track of your high scores.\n\n## Installation\nTo get started with the Balloon Rise Up game, follow these steps:\n\n1. **Clone the Repository**\n   ```sh\n   git clone https://github.com/DevaRajan8/Balloon-Rise-Up.git\n2. **Navigate to the source directory**\n   ```sh\n   cd Balloon-Rise-Up/src\n\n### Compile the Jack Files\n\nUse the Jack compiler to compile the `.jack` files. You can use the Jack tools provided by your development environment or the [Nand2Tetris software suite](https://www.nand2tetris.org/software).\n\nIf you are using the Nand2Tetris tools, follow these steps:\n\n1. **Download the Nand2Tetris software suite from [here](https://www.nand2tetris.org/software).**\n2. **Extract the downloaded files to a directory on your computer.**\n3. **Open a terminal and navigate to the directory where you extracted the Nand2Tetris tools.**\n4. **Run the JackCompiler on the `src` directory:**\n   ```sh\n   \n   tools/JackCompiler.sh path/to/balloon-rise-up/src\n\n### Usage\n\nTo play the game, follow these instructions:\n\n1. **Objective**\n   - Keep the balloon rising without colliding with the obstacles. The game ends when a collision occurs.\n\n2. **Start the Game**\n   - Run the compiled game on the Jack Virtual Machine Emulator\n   \n   If you are using the Nand2Tetris tools, follow these steps:\n   - Open the VM Emulator from the Nand2Tetris tools.\n   - Load the compiled `.vm` files located in the `src` directory.\n   - Start the VM Emulator to run the game.\n\n3. **Control the Balloon**\n   - Use the left and right arrow keys to move the balloon and avoid obstacles.\n\n4. **Application Screenshots:**\n\n    - **Start Screen:**\n    \n      - ![WhatsApp Image 2024-06-02 at 15 48 47_188e8180](https://github.com/DevaRajan8/Balloon-Rise-Up/assets/153832931/6b24babd-9195-492d-ae55-60e8954cd1c6)\n)\n\n\n    - **Gameplay Screen:**\n    \n      - ![WhatsApp Image 2024-06-02 at 15 49 00_6b6aaa7e](https://github.com/DevaRajan8/Balloon-Rise-Up/assets/153832931/f5e988ca-6a6a-4e45-a4fe-09725201bbee)\n\n\n\n    - **Balloon Collision Screen:**\n    \n      - ![WhatsApp Image 2024-06-02 at 15 49 12_90953f86](https://github.com/DevaRajan8/Balloon-Rise-Up/assets/153832931/9b0f783d-eb41-4df9-b570-0448dd39072b)\n\n\n\n### License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n### Acknowledgments\n\nThank you for utilizing the Balloon Rise Up game project! We hope you enjoy playing it and find it both challenging and entertaining.\n\n### Contact\n\nFor any inquiries or feedback, feel free to contact us:\n\n- sharukesh@gmail.com\n- shayanathif13@gmail.com\n- rdeva6046@gmail.com\n- p8001479@gmail.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevarajan8%2Fballoon-rise-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevarajan8%2Fballoon-rise-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevarajan8%2Fballoon-rise-up/lists"}