For this challenge, you need to implement a program that lets you write programs only using your mouse. There's so much research on building keyboard-friendly programming environment (vi and emacs keybindings) but a lot less with the mouse. This is challenge is designed to put more thinking into this area!

- The winner for $75 is @thomaswright! Not only can you program using your mouse, but even with a Dance Dance Revolution physical mat! All thanks to using Brainfuck as the programming language :) #1
week-27-1.mov
- In second place for $50 is @Uzo2005! Few people realize that most programming languages those days are based on a stack, this solution makes it very explicit letting you code that way! #3
week-27-2.mp4
- In third place for $25 is @Krayorn! All current computers eventually execute logic gates like OR/AND/NOT... This submission lets you write code at that level in the UI! #2
week-27-3.mp4
- Winner: $75
- 2nd: $50
- 3rd: $25
- The winners will be evaluated based on how creative and interesting the solution is. @vjeux has full discretion on how the winners are selected.
- Multiple people can work on a single submission. If it wins, the reward will be split based on the team preferences.
- If a winner doesn't want to take the money, it'll be reinjected in the next week prize pool.
- The solution must be open sourced.
- There are no restrictions in terms of tech stack.
- Deadline to submit is Sunday July 21th evening at Midnight PST (US West Coast).
- Open an issue on this repo titled "Submission - <Name of your submission>"
- It must contain a short video showing the submission in action
- It must contain an explanation on how to try it
- It must contain a link with the source code