bruce30262 / color-solver

A simple "The Color!" solver written in Sikuli (Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color-solver

My first Sikuli project. A simple The Color! solver written in Sikuli (Python)

Environment

Developed on Ubuntu Linux 14.04 (run in Windows 7 with VMware Workstation 10.0.1)

  • Host Machine

    • OS : Windows 7 64bit
    • CPU : Intel(R)Core(TM) i5 CPU 650 @ 3.20 GHz
  • Guest Machine

    • OS : Ubuntu Linux 14.04 32bit
    • Browser : FireFox 31.0
    • Resolution : 1920 * 1680

Development Tools

Demo

Here's the video

On average, the program can solve about 100 levels per minute.
(Since the CPU have to handle the recording, it was slightly slower than its average speed in the video)

BTW

You can easily beat the game by using the following JavaScript code:
$( "#box span" ).each(function() { $( this ).click(); });

About

A simple "The Color!" solver written in Sikuli (Python)


Languages

Language:HTML 73.6%Language:Python 26.4%