Go to file
bouletmarc 36f4e59a6e compatibility with others bizhawk 2015-05-30 16:14:10 -04:00
action Improve fight method and add additional disable check 2015-05-28 02:23:28 -07:00
ai Update time constraints 2015-05-29 11:27:36 -07:00
data Coalesce potioning opportunistically, add support for boosting any stat 2015-05-28 00:58:27 -07:00
external Cleanup 2015-04-24 21:34:49 -07:00
storage Delint 2015-05-25 12:42:07 -07:00
util Delint 2015-05-25 12:42:07 -07:00
wiki Add latest PB 2015-05-29 11:39:40 -07:00
.gitignore Make Git ignore any ROM files 2015-04-10 17:04:11 +02:00
LICENSE Initial public commit 2014-07-12 18:47:39 -07:00
Readme.md Update readme for Yellow 2015-05-07 18:28:51 -07:00
main.lua compatibility with others bizhawk 2015-05-30 16:14:10 -04:00

Readme.md

PokéBot

An automated computer program that speedruns Pokémon generation 1 games.

Nidoking Running (by MoofinSeeker)

Pokémon Red (Any% Glitchless) personal best runs:

Pokémon Yellow (Any% Glitchless) personal best runs:

Watch live

twitch.tv/thepokebot

PokéBots official streaming channel on Twitch. Consider following there to find out when were streaming, or follow the Twitter feed for announcements when we get personal best pace runs going.

Run the bot locally

Running the PokéBot on your own machine is easy. You will need a Windows environment (it runs great in VMs on Mac/Linux too).

  1. Download the latest version of PokéBot, and unzip it to your computer.

  2. Download the BizHawk 1.6.1 emulator and extract the ZIP file anywhere you like to “install” it.

  3. Run the BizHawk prerequisites installer, which should update a C++ distributable needed by BizHawk.

  4. Procure a ROM file of Pokémon Red or Yellow (you should own the game).

  5. Open BizHawk.exe, then drag your ROM file onto the window, and the game should start up.

  6. By default, the bot completes every run it can, without resetting if it gets too far behind its best run time. Set RESET_FOR_TIME in main.lua to true instead of false to reset more aggressively, i.e. if youre trying to get a new record.

  7. Under the Tools menu, select Lua Console. Press the “open folder” button, and navigate to the PokéBot folder you downloaded. Select main.lua and press “open”. The bot should start running!

Seeds

PokéBot comes with a built-in run recording feature that takes advantage of random number seeding to reproduce runs in their entirety. Any time the bot resets or beats the game, it will log a number to the Lua console that is the seed for the run. If you set CUSTOM_SEED in main.lua to that number, the bot will reproduce your run, allowing you to share your times with others. Note that making any other modifications will prevent this from working. So if you want to make changes to the bot and share your time, be sure to fork the repo and push your changes.

Other Categories

The bot is designed to run "any% glitchless" (beat the game as fast as possible, without major glitches) categories - the most popular in the speedrunning community. However, the bot can easily be adapted for other purposes including use in testing frame data for human players, or to run different categories of the game.

Red Any% No Save Corruption by Marc-Andre Boulet

If you're interested in adapting the bot to other categories or games, we'd love to see it, and are happy to help answer questions.

Credits

Developers

Kyle Coburn: Original concept, Red/Yellow routing

Michael Jondahl: Combat algorithm, Java bridge for Twitch chat/responders, LiveSplit, DB, Twitter, etc.

Special thanks

To MoofinSeeker - for the amazing channel description artwork (seen above).

To our Twitch chat moderators who help answer questions, and make the stream a great place to hang out.

To LiveSplit for providing the custom component for integrating in-game time splits.

To the contributor community here, who have helped track seeds and improve the bot.

To the Pokémon speedrunning community members who inspired the idea, and shared their knowledge on ways to improve the bot.

Enjoy!