{"id":23804278,"url":"https://github.com/tmewett/broguebot","last_synced_at":"2025-09-22T23:03:54.067Z","repository":{"id":151393621,"uuid":"182426186","full_name":"tmewett/BrogueBot","owner":"tmewett","description":"Bot API for playing the roguelike Brogue","archived":false,"fork":false,"pushed_at":"2023-01-16T04:18:20.000Z","size":826,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-06T16:46:01.894Z","etag":null,"topics":["ai","bot","brogue","roguelike"],"latest_commit_sha":null,"homepage":null,"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":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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-04-20T16:03:24.000Z","updated_at":"2024-05-12T16:23:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"237be927-7ddf-403a-a1d0-64f7d2fe213d","html_url":"https://github.com/tmewett/BrogueBot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tmewett/BrogueBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmewett%2FBrogueBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmewett%2FBrogueBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmewett%2FBrogueBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmewett%2FBrogueBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmewett","download_url":"https://codeload.github.com/tmewett/BrogueBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmewett%2FBrogueBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276487484,"owners_count":25651133,"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","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","bot","brogue","roguelike"],"created_at":"2025-01-01T22:40:01.390Z","updated_at":"2025-09-22T23:03:54.062Z","avatar_url":"https://github.com/tmewett.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BrogueBot\n\nBrogueBot is a modification which adds a control API to the roguelike game [Brogue](https://sites.google.com/site/broguegame/). It allows writing Lua programs which can inspect the game state, take actions, and hence play the game completely automatically.\n\n## Installation\n\nDownload a release archive, or clone the *release* branch with\n\n\t$ git clone -b release \u003curl\u003e\n\nIn general, any build for Brogue can be modified to build BrogueBot like so:\n\n1. Install Lua 5.3 or later\n2. Replace the Brogue source with the files in *src/brogue* and the platform-dependent source with the files in *src/platform*\n3. Add *Bot.c* as a source file in the build system\n4. Build and run as normal\n\nBrogue contains some build instructions for the platform it is downloaded for; refer to those for further details.\n\nThe repo is set up for Linux (and maybe Linux-like build environments, untested), so in that case you can build directly:\n\n1. Install Lua 5.3 or later\n2. Run either `make curses`, `make tcod`, or `make both`\n\nThe curses build requires ncurses. For the TCOD build, a recent libtcod source directory must be placed as *src/libtcod-1.5.2*. (This can be copied/symlinked from a recent Brogue release.) Also, to run the TCOD build, the compiled libtcod library must be copied/linked to *bin*. On Linux this means *src/libtcod-1.5.2/libtcod.so* must be copied to *bin/libtcod.so.1*.\n\n## Usage\n\nAs *bin* contains all the Lua files, BrogueBot should be run with that as the current working directory. In Linux-like environments, execute `cd bin; ./brogue`.\n\nSee the [User's Guide](https://github.com/tmewett/BrogueBot/wiki/User-Guide) for more information.\n\nPersonal suggestion: check out [lua-stdlib](https://github.com/lua-stdlib/lua-stdlib) for a useful general Lua library, and [Awesome Lua](https://github.com/LewisJEllis/awesome-lua) for a huge list of Lua utilites.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmewett%2Fbroguebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmewett%2Fbroguebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmewett%2Fbroguebot/lists"}