{"id":16716176,"url":"https://github.com/benrosen/oubliette","last_synced_at":"2025-03-15T09:13:04.511Z","repository":{"id":48317310,"uuid":"391412593","full_name":"benrosen/oubliette","owner":"benrosen","description":"Collaborative dungeon building rogue-like.","archived":false,"fork":false,"pushed_at":"2021-08-02T00:46:46.000Z","size":1285,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-21T23:46:58.684Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/benrosen.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}},"created_at":"2021-07-31T16:47:24.000Z","updated_at":"2023-01-03T22:46:52.000Z","dependencies_parsed_at":"2022-08-23T16:11:32.316Z","dependency_job_id":null,"html_url":"https://github.com/benrosen/oubliette","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benrosen%2Foubliette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benrosen%2Foubliette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benrosen%2Foubliette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benrosen%2Foubliette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benrosen","download_url":"https://codeload.github.com/benrosen/oubliette/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707383,"owners_count":20334619,"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":[],"created_at":"2024-10-12T21:12:12.340Z","updated_at":"2025-03-15T09:13:04.487Z","avatar_url":"https://github.com/benrosen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :european_castle: oubliette\n\nCollaborative dungeon building rogue-like.\n\n## Resources\n\n```typescript\n\ninterface IMover {\n  move: () =\u003e void;\n}\n\ninterface IAttacker {\n  attack: () =\u003e void;\n}\n\ninterface IShieldUser {\n  shield: () =\u003e void;\n}\n\ninterface IConsumable {\n  consume: () =\u003e string | JSON;\n}\n\ninterface ICanDie {\n  die: () =\u003e void;\n}\n\ninterface IInteractable {\n  event: Event\n  callback: () =\u003e void;\n}\n\nenum PlayerStatCategory {\n  HP,\n  SHIELD,\n  MOVE_SPEED\n}\n\ntype PlayerBuff {\n  targetStat: PlayerStat;\n  modifier: number;\n}\n\ntype PlayerDebuff {\n  targetStat: PlayerStat;\n  modifier: number;\n}\n\ntype PlayerStat {\n  category: string\n  value: number\n}\n\ntype Player extends ICanDie {\n\n}\n\ntype Item extends ICanDie {\n\n}\n\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenrosen%2Foubliette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenrosen%2Foubliette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenrosen%2Foubliette/lists"}