Does anyone know if there's a way to train with the woodpecker method online?
My requirements: -Repeated set of puzzles (if possible, they should be customizable by theme)
-Instant feedback (it tells you if you're right or wrong immediately after you move the piece)
-Randomizable (although the puzzles are selected from the same set, they do not always get selected in the same order...this would be in python analogous to random.sample(population, k)
Does anyone know if there's a way to train with the woodpecker method online?
My requirements:
-Repeated set of puzzles (if possible, they should be customizable by theme)
-Instant feedback (it tells you if you're right or wrong immediately after you move the piece)
-Randomizable (although the puzzles are selected from the same set, they do not always get selected in the same order...this would be in python analogous to random.sample(population, k)