This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // I little bot that I've made for the game Kuku Kube | |
| // I found 2 bots so far and they were a lot slower than this one :) | |
| // Start the game and paste the code in the browser's console. Hit enter and... don't watch! You can be hypnotized! :D | |
| // You can play (or cheat) the game here http://106.186.25.143/kuku-kube/en-3/ | |
| // Have fun! | |
| console.log('I\'m a bot') | |
| var init = function () { | |
| var color_arr = [], |
NewerOlder