Skip to content

Commit

Permalink
feat(projects): turtle
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGamerBot-QK committed Sep 25, 2024
1 parent 1e02c59 commit cecc0b9
Show file tree
Hide file tree
Showing 4 changed files with 2,769 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.debug.settings.onBuildFailureProceed": true
}
23 changes: 23 additions & 0 deletions projects/Turtle/MyProgram.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import javax.swing.*;

public class MyProgram {
public static void main(String[] args) {
System.out.println("Hello World");
// Create a Turtle object
// import turtle.Turtle;

// turtle = new Turtle();

//draw your first initial


//draw a 5 pointed star



//draw a flower


//Create something colorful
}
}
3 changes: 3 additions & 0 deletions projects/Turtle/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Spinner game

Drawing with turtles :D
Loading

0 comments on commit cecc0b9

Please sign in to comment.