Upgrade to Pro — share decks privately, control downloads, hide ads and more …

WTM19 - I built a robot to cheat at Pokémon!! by Sophie Déziel

WTM19 - I built a robot to cheat at Pokémon!! by Sophie Déziel

It requires a lot of work to be lazy. This was proven once again when a friend of mine wanted to automate a very long and repetitive task in a video game. Turns out, the open-source world has everything that we needed to build a robot that can catch some Shiny Pokémon in Let's Go Pikachu!

https://youtu.be/r9usR8J1lD0

Women Techmakers Montreal

March 23, 2019
Tweet

More Decks by Women Techmakers Montreal

Other Decks in Technology

Transcript

  1. I built a robot to I built a robot to

    cheat at Pokémon!! cheat at Pokémon!! 1
  2. 4

  3. 5

  4. Servo-motors Servo-motors Cheap Easy to find You can position the

    arm precisely Easy to control Does not require to destroy a controller Slow 8
  5. Webcam Webcam Easy to position close to the screen Lots

    of Open-Source Software to control them Plug and Play (most of the time) We can use a single pixel to make a decision 9
  6. We can go forward We can go forward Make it

    autonomous and easy to share with Raspberry Pi We need to make it: Reliable Precise Configurable 10
  7. Unplanned features Unplanned features Controls improvements Easy updates Two people

    working on the same robot Communication features (SMS and Tweets) 18
  8. Want to build it? Want to build it? So cool!

    So cool! github.com/sophiedeziel/robo-catcher 20
  9. You can modify it: You can modify it: Add Lights

    and lasers Remove the Arduino and use the RP GPIO Improve the interface Adapt the codebase for another game 21
  10. OS Hardware OS Hardware Raspberry Pi Arduino OSS OSS Raspbian

    Motion Firmata Ruby Rails RMagick Nginx 22