{"id":23804290,"url":"https://github.com/tmewett/broguece","last_synced_at":"2025-04-12T03:50:10.098Z","repository":{"id":36748032,"uuid":"205895782","full_name":"tmewett/BrogueCE","owner":"tmewett","description":"Brogue: Community Edition - a community-lead fork of the much-loved minimalist roguelike game","archived":false,"fork":false,"pushed_at":"2025-03-15T22:21:35.000Z","size":8486,"stargazers_count":1116,"open_issues_count":131,"forks_count":115,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-12T03:50:00.761Z","etag":null,"topics":["brogue","dungeon","game","roguelike"],"latest_commit_sha":null,"homepage":"https://sites.google.com/site/broguegame/","language":"C","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/tmewett.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.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}},"created_at":"2019-09-02T16:27:37.000Z","updated_at":"2025-04-11T11:35:32.000Z","dependencies_parsed_at":"2023-09-30T18:20:55.607Z","dependency_job_id":"f9c93979-e546-44e6-bf98-78e8b4c871f5","html_url":"https://github.com/tmewett/BrogueCE","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmewett%2FBrogueCE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmewett%2FBrogueCE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmewett%2FBrogueCE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmewett%2FBrogueCE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmewett","download_url":"https://codeload.github.com/tmewett/BrogueCE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514209,"owners_count":21116899,"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":["brogue","dungeon","game","roguelike"],"created_at":"2025-01-01T22:40:05.342Z","updated_at":"2025-04-12T03:50:10.074Z","avatar_url":"https://github.com/tmewett.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Brogue CE\n=========\n\n\u003e *Countless adventurers before you have descended this torch-lit staircase,\n\u003e seeking the promised riches below. As you reach the bottom and step into\n\u003e the wide cavern, the doors behind you seal with a powerful magic...*\n\u003e\n\u003e ***Welcome to the Dungeons of Doom!***\n\n*Brogue* is a single-player strategy game set in the halls of a mysterious\nand randomly-generated dungeon. The objective is simple enough -- retrieve the\nfabled Amulet of Yendor from the 26th level -- but the dungeon is riddled with\ndanger. Horrifying creatures and devious, trap-ridden terrain await. Yet it is\nalso riddled with weapons, potions, and artifacts of forgotten power. Survival\ndemands strength and cunning in equal measure as you descend, making the most\nof what the dungeon gives you. You will make sacrifices, narrow escapes,\nand maybe even some friends along the way -- but will you be one of the\nlucky few to return alive?\n\n- [Downloads][releases]\n- [Wiki](https://brogue.fandom.com/wiki/Brogue_Wiki)\n- [Forum (Reddit)](https://www.reddit.com/r/brogueforum/)\n- [Roguelikes Discord](https://discord.gg/9pmFGKx) (we have a #brogue channel)\n- IRC: [##brogue on Libera Chat](https://kiwiirc.com/nextclient/irc.libera.chat/##brogue)\n- [Original website](https://sites.google.com/site/broguegame/)\n- [Android port](https://github.com/bilgincoskun/brogue-android-port/releases)\n\n\nPlaying\n-------\n\nIf you downloaded a [release][releases], you can open the game as follows:\n\n### Windows\n\nRun `brogue.exe`.\n\n### Mac\n\nRun the included app.\n\nAs it's an unsigned program, you may have to convince macOS to let you run it.\nYou can do this by right-clicking the app and choosing *Open* the first time you\nrun it.\n\n### Linux\n\nRun the `./brogue` script in the same the folder as this file.\n\nMake sure you have SDL2 and SDL2_image installed via your package manager. The\nrequired packages are:\n\n- Debian/Ubuntu: `libsdl2-2.0-0 libsdl2-image-2.0-0`\n- Fedora: `SDL2 SDL2_image`\n- Arch: `sdl2 sdl2_image`\n\nYou can also run `./make-link-for-desktop.sh` to generate a .desktop file to\nplace on your desktop or applications folder.\n\n### More information\n\nGraphical tiles are included; press 'G' to toggle them.\n\nFor some tips on playing the game, see the original website, linked above. Also\ncheck out the wiki -- although keep in mind CE may differ from it.\n\nIf you downloaded the source code, you will need to build the game first. For\ninstructions, see `BUILD.md`.\n\nBrogue supports some command-line options; run `brogue --help` for more info.\n(On Windows, if you want to see output in the command prompt, use\n`brogue-cmd.bat`.)\n\n\nContributing\n------------\n\nPlease see our [contribution guide][contrib] for all the ways you can help make\nBrogue better!\n\n[contrib]: https://github.com/tmewett/BrogueCE/wiki/Contribution-guide\n\n\nAbout\n-----\n\n### What is Community Edition?\n\nBrogue was created by Brian Walker. This version, *Brogue: Community Edition*,\nis a continuation of its development. It has several main goals:\n\n- fix bugs and crashes\n- add useful quality of life and non-gameplay features\n- improve the gameplay and keep it exciting\n- ease development and maintenance\n- be a convenient base for forks and ports to new platforms\n\n### How is CE different from the original Brogue?\n\nPlease refer to the changelog or release history for a complete list. There is\nalso a wiki page: [Changes from original][cfo].\n\n[cfo]: https://github.com/tmewett/BrogueCE/wiki/Changes-from-original\n\n### How is the project run, and how are changes decided?\n\nThe project is run with a \"benevolent dictator\" model, with myself (tmewett) in\ncharge. There are many other testers and regular contributors; see the\ncontribution guide to get involved!\n\nWe always try to make changes in the same spirit as the rest of the game. Anyone\ncan propose a change - all discussion occurs in our GitHub issue tracker or on\nour development Discord (see contributing guide). We also make sure that things are\nwell play-tested.\n\n\n[releases]: https://github.com/tmewett/BrogueCE/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmewett%2Fbroguece","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmewett%2Fbroguece","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmewett%2Fbroguece/lists"}