Search results

  1. hsahovic

    Programming poke-env, a python library for creating showdown battle bots

    Creating a bot to battle on showdown is a pain. You have to implement showdown's websocket protocol, parse messages and keep track of the state of everything that is happening. With poke-env, all of the complicated stuff is taken care of. Creating a battling bot can be as simple as that: class...
Top