{"id":14235654,"url":"https://github.com/tryjumping/dose-response","last_synced_at":"2025-08-11T00:32:56.254Z","repository":{"id":13388603,"uuid":"74275740","full_name":"tryjumping/dose-response","owner":"tryjumping","description":"Dose Response is a roguelike where you play an addict. Avoid the dangers threatening your mind and body while desperately looking for the next fix.","archived":false,"fork":false,"pushed_at":"2024-12-05T14:26:11.000Z","size":80287,"stargazers_count":109,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-05T15:29:30.040Z","etag":null,"topics":["game","game-2d","roguelike","rust"],"latest_commit_sha":null,"homepage":"https://tryjumping.com/dose-response-roguelike/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tryjumping.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-20T13:27:06.000Z","updated_at":"2024-12-05T14:26:16.000Z","dependencies_parsed_at":"2024-03-18T22:46:40.912Z","dependency_job_id":"96634b69-49ac-4d78-a4e1-9f29ea10e49a","html_url":"https://github.com/tryjumping/dose-response","commit_stats":null,"previous_names":[],"tags_count":121,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryjumping%2Fdose-response","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryjumping%2Fdose-response/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryjumping%2Fdose-response/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryjumping%2Fdose-response/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tryjumping","download_url":"https://codeload.github.com/tryjumping/dose-response/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229478714,"owners_count":18079372,"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","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":["game","game-2d","roguelike","rust"],"created_at":"2024-08-20T21:02:13.738Z","updated_at":"2024-12-13T01:30:40.404Z","avatar_url":"https://github.com/tryjumping.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"Dose Response\n=============\n\nDose Response is an open-world roguelike where you play an addict.\nAvoid the dangers threatening your mind and body while desperately\nlooking for the next fix.\n\nBuilding The Code\n-----------------\n\nHave a look at the `DEVELOPER-NOTES.md` file in this repo or:\n\nhttps://github.com/tryjumping/dose-response/blob/master/DEVELOPER-NOTES.md\n\n\nHow To Play\n-----------\n\nYou control the `@` character on the screen. You can move in the four\n**cardinal directions** (up, down, left and right) and four **diagonal\ndirections** (north-east, south-east, north-west, south-west).\n\nFor in-game help click on the `Help` button or press `?` while playing.\n\n`%` represents food that you can pick up and use later.\nStepping into food will pick it up automatically.\n\n`i` is a dose and the player consumes it when stepping on it. It\ndestroys nearby monsters and expands your field of view.\n\nWhen coming off a dose high, you'll enter into a withdrawal state.\nIn this state exhaustion starts increasing, too much exhaustion and you lose.\n\nYou can eat food (or find another dose) to stave off the effects of withdrawal.\n\nWhen you have an item you can use it will appear in\nyour inventory in the sidebar next to a numeric key. You use it by\npressing the corresponding key.\n\n\nQuick Tips:\n* At the beginning, you can overdose very easily\n* Doses differ in purity, sometimes you come across a weak one and\n  other times it's the bomb\n* You build up tolerance so you'll eventually have to consume more and\n  more doses or move onto the stronger stuff\n* It is possible to win the game\n\n## Controls\n\nThe game is controlled by keyboard. There are three keyboard schemes\nyou can use:\n\n### Numpad (recommended)\n\nThe Numpad is the simplest control scheme to understand, each key\ncorresponds to its 8-way movement counterpart.\n\nUse `8`, `2`, `4` and `6` keys to move up, down, left or right.\n\nTo move diagonally, use `7`, `9`, `1` and `3` to move north-west,\nnorth-east, south-west and south-east.\n\nIf you have a laptop or a keyboard without a numpad the following\nkeyboard schemes are available.\n\n### Arrows keys + `ctrl`/`shift`\n\nUse your `up`, `down`, `left` and `right` keys to move\nin those directions.\n\nTo move diagonally, pressing `control` and `left`/`right` means \"north\"\nand pressing `shift` means \"south\".\n\nSo to move north-east you hold `control` and press `right`. To go\nsouth-west you hold `shift` and press `left`.\n\n### Vi-keys\n\nUse `k`, `j`, `h` and `l` to move up, down, left or right.\n\nTo move diagonally, press `y`, `b`, `u` and `n` to move north-west,\nsouth-west, north-east and south-west.\n\n\nLicense: AGPL v3+\n-----------------\n\nCopyright (C) 2013-2024 Tomas Sedovic \u003ctomas@sedovic.cz\u003e\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as\npublished by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\nAffero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public\nLicense along with this program. If not,\nsee \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryjumping%2Fdose-response","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftryjumping%2Fdose-response","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryjumping%2Fdose-response/lists"}