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!
![image](https://private-user-images.githubusercontent.com/197597/348769989-3f0910c7-b0f8-45c1-825b-b506fb372ccf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzI5MDEsIm5iZiI6MTczOTI3MjYwMSwicGF0aCI6Ii8xOTc1OTcvMzQ4NzY5OTg5LTNmMDkxMGM3LWIwZjgtNDVjMS04MjViLWI1MDZmYjM3MmNjZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxMTE2NDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05NTViMTdkMjI1NzE2YTFlZmNkNTdhYTVkNzk5ZjBlZWIxMGY2MDIwYzY2MTczMGUyY2YwY2VkNmU1NWE5Y2U1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.y7uC4Emr_dfYdxnu0fxc46I9LV0Ghz6LfG9dUPnN1Vg)
- 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