Weekly Challenge #27 - Mouse Programming

This is a solution for https://github.com/Algorithm-Arena/weekly-challenge-27-mouse-programming.

I'm calling it "BFDDR". On the beat, hover your mouse over the character you want to add to your program. Brainfuck conveniently has only eight commands in the grammar, so with those and a backspace we can make a 3x3 DDR board and dance our way to any possible program.

BFDDR.mov

Demo

https://thomaswright.github.io/weekly-challenge-027-mouse-programming/

Development

Run ReScript in dev mode:

npm run res:dev

In another tab, run the Vite dev server:

npm run dev