1
compiler + paint ✅A thing made for Compilers class with my sanz @nicolecsantos ✏️
48
1
1
sbohfm ### So...
> *"Have you ever played that Elsa game on code org?
> Well, that would've helped."*
>
> \- Nicole
This is like Paint but with the fun 99% stripped out of it, since it has amazing **zero** mouse input and \*solely\* relies on disruptive industry defining sentence recognition... *From 1987.*
- Directions are ```right``` ```left``` ```up``` and ```down```.
- Typing a direction optionally followed by a number will form an action to move anywhere in the "canvas"? Ex. ```right 10```
- You can append various actions in a single command by using a ```,```. Ex. ```right, left```
- To draw, you should use a ```draw``` prefix.
- To erase, you should probably need to send me an email and 300k in cash because that's not implemented at all (lazy reasons)
Now, try ```draw right 4, draw down 4, draw left 4, draw up 4``` to make the simplest of the squares!14 days ago