A collection of random, potentially useless stuff
// button -> html button // interval -> ms between clicks // target -> number of clicks before st...
board: null: empty, 0: black, 1: white ex: [null, 0, 1 ] [0, 0, 1 ] ...