/JuanBot

Pearls Before Swine 3 research project

Primary LanguagePython

JuanBot

Objectives:

1. Understand how Juan works

Turns out juan uses the XOR gate to win!

He adjusts each line so:

line3 = line1 XOR line2

You can use a XOR Calculator to win him over!

2. Develop a bot to beat Juan

bot is currently able to start the game, identify game borders and number of pearls in each row!

  • Start the game
  • Identify game borders
  • Navigate menu
  • Identify number of pearls in each row
  • Play the game
  • Win the game
  • Run fast and efficiently