knexer / auto-puzzler

A simple game about writing code to assist in solving puzzles, built to learn React.
0 stars 0 forks source link

Make automation scan over the board instead of applying everywhere at once #18

Closed knexer closed 1 year ago

knexer commented 1 year ago

Currently, the automation applies everywhere on the board simultaneously once per interval. Instead, have it apply in just one place at a time by default, but make the speed upgradeable.

knexer commented 1 year ago

First part is done - now to make the speed upgradeable.