Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Add Logo Programming Language #27

Merged
merged 7 commits into from
Sep 27, 2021
Merged

[C++] Add Logo Programming Language #27

merged 7 commits into from
Sep 27, 2021

Conversation

scopeInfinity
Copy link
Owner

  • Graphics Mode
  • IO in graphics mode
  • Exit handler
  • OOP

@scopeInfinity
Copy link
Owner Author

Sample Program

pu fd 40 lt 90 fd 130 rt 90 pd
bk 60 rt 90 fd 30
pu fd 50 pd
repeat 90 [ fd 2 lt 4 ]
pu fd 80 pd
lt 90 repeat 3 [ fd 20 rt 90 ]
pu fd 20 pd
repeat 60 [ fd 2 rt 4 ]
pu home bk 20 rt 90 fd 100 pd
repeat 90 [ fd 2 lt 4 ]

Execution

FuzzyOS_LOGO.mp4

@scopeInfinity
Copy link
Owner Author

Syntax

image

@scopeInfinity scopeInfinity merged commit ca01886 into master Sep 27, 2021
@scopeInfinity scopeInfinity changed the title Add Logo program written in C++ [C++} Add Logo Programming Language Sep 27, 2021
@scopeInfinity scopeInfinity changed the title [C++} Add Logo Programming Language [C++] Add Logo Programming Language Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant