{"id":34970222,"url":"https://github.com/darkbitsorg/db_08_green_grappler","last_synced_at":"2026-05-19T12:38:59.590Z","repository":{"id":205952980,"uuid":"136804996","full_name":"darkbitsorg/db_08_green_grappler","owner":"darkbitsorg","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-10T12:08:28.000Z","size":1079,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-11-07T09:36:12.947Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darkbitsorg.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-06-10T12:00:12.000Z","updated_at":"2023-11-07T09:36:17.951Z","dependencies_parsed_at":"2023-11-07T09:46:23.998Z","dependency_job_id":null,"html_url":"https://github.com/darkbitsorg/db_08_green_grappler","commit_stats":null,"previous_names":["darkbitsorg/db_08_green_grappler"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/darkbitsorg/db_08_green_grappler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkbitsorg%2Fdb_08_green_grappler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkbitsorg%2Fdb_08_green_grappler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkbitsorg%2Fdb_08_green_grappler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkbitsorg%2Fdb_08_green_grappler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkbitsorg","download_url":"https://codeload.github.com/darkbitsorg/db_08_green_grappler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkbitsorg%2Fdb_08_green_grappler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33216907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: 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":[],"created_at":"2025-12-26T23:44:02.149Z","updated_at":"2026-05-19T12:38:59.585Z","avatar_url":"https://github.com/darkbitsorg.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"===============================================================================\n\n                                GREEN GRAPPLER\n\n                                                             BY: Team Darkbits\n===============================================================================\n\n   \n   About:\n      This our entry for SpeedHack 2011, http://www.speedhack.allegro.cc/\n      \n      Created in 72 hours by\n      \n        Olof Naessen:         Code, Graphics, Music\n        Per Larsson:          Code, Graphics, Music\n        Alexander Schrab:     Code\n\t\tTimur Kondrakov:      Graphics\n\n   Controls:\n      * Arrow keys to move\n      * Left control to use grapple\n      * Esc to exit levels\n\t  \n\tThere are exprimental Xbox 360 controller support implemented.\n\n   Implemented rules:\n      * E for Everyone\n        There is no graphics violence or blood, and all enimies are robots.\n        \n      * Random Playing\n        Has been replaced with the Act of Chameleon which spinned Realistic physics.\n\t        \n      * Laziness\n        If the player dies the game will gradually become easier. This effects lots of areas in a subtle way. Examples are\n\t\tthe speed of monsters, how fast coins disappears after you get hurt and the health of the last boss. \n        \n      * Brainwashing Propaganda\n        The game theme is very anti nuclear. Green energy is the way to go!\n        \n      * Color Symbolism\n        Well, the game talks about green energy a lot. And we like to think that the green symbolises trees and what not.\n\t\tAlso, the games uses a four colour palette which for us symbolises childhood with the Gameboy.\n\t\t\n\t  * Act of Chameleon\n\t    Used and spinned Realistic physics. The game must make use of realistic physics in some way or another. \n\t\tBonus points of creative use of physics, such as things outside the normal scope of game design (kinematics and mechanics).\n\t\t\n\t  * Realistic physics\n\t    The hero's grappling hook is simulated using hooks law. We have also implemented gravity as described by Newton. \n\t\tThe game also respects physical laws such as conservation of monentum... in some places...\n\t\t\n   Code reuse:\n\n      * Code from our own framework mainly developed during Tins and Speedhack competitions in the past. It includes\n\t\t\tAnimation.*\n\t\t\tResource.*\n\t\t\tBlending.*\n\t\t\tInput.*\n\t\t\tGameState.*\n\t\t\tMusic.*\n\t\t\tScreen.*\n\t\t\tScreenManager.*\n\t\t\tGame.*\n\t\t\tTimer.*\n\t\t\tFont.*\n\t\t\tSound.*\n\t\t\tUtil.*\n\t  * Vector math classes in math3d folder.\n\n   Music:\n      * Composed by us, mostly prior to the competition.\n\n   Libraries Needed:\n      * Dumb, http://dumb.sourceforge.net/\n\t  * tmx-parser, http://code.google.com/p/tmx-parser/\n\nEOF","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkbitsorg%2Fdb_08_green_grappler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkbitsorg%2Fdb_08_green_grappler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkbitsorg%2Fdb_08_green_grappler/lists"}