Skip to content
Sign UpLog In
Profile icon

Lucas Rangel

@sbohfm
You just found my public most private's notes ever
RJ, Brasil
LinkedIn
GitHub
  • compiler + paint ✅

    Cover page
    Made with C

    A thing made for Compilers class with my sanz

    @nicolecsantos
    ✏️

    Recent comments (1)
    sbohfm
    sbohfm
    14 days ago

    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!

Repls
Community
sbohfm
sbohfm
published a Repl
3 months ago
1
compiler + paint ✅
compiler + paint ✅A thing made for Compilers class with my sanz @nicolecsantos ✏️
sbohfm
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