Skip to content

bruce30262/color-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published