Skip to content

Commit 04c5bc8

Browse files
committed
more docs
1 parent d15c993 commit 04c5bc8

File tree

273 files changed

+2188
-1105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+2188
-1105
lines changed

docs/en/book/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: Changelog
3+
index: 4
4+
---

docs/en/book/differences-scratch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: Differences to Scratch
3+
index: 2
4+
---

docs/en/book/examples/cat.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Cat
3+
---
4+
5+
# Cat
6+
7+
An example with a simple one file setup.
8+
9+
![cat example](/assets/cat.gif)
10+
11+
## Source Code
12+
13+
- Java: https://github.com/openpatch/scratch-for-java/tree/main/examples/java/Cat
14+
- Processing: https://github.com/openpatch/scratch-for-java/tree/main/examples/processing/Cat
15+
- Scratch: https://scratch.mit.edu/projects/339257357/

docs/en/book/examples/clock.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Clock
3+
---
4+
5+
# Clock
6+
7+
This example demonstrates the usage of the sensing time methods.
8+
9+
![clock](/assets/clock.gif)
10+
11+
## Source Code
12+
13+
- Java: https://github.com/openpatch/scratch-for-java/tree/main/examples/java/Clock
14+
- Processing: https://github.com/openpatch/scratch-for-java/tree/main/examples/processing/Clock

docs/en/book/examples/color-hit.md

Whitespace-only changes.

docs/en/book/examples/pipes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Pipes
3+
---
4+
5+
# Pipes
6+
7+
An example with heavy use of the Pen.
8+
9+
![pipes example](/assets/pipes.gif)
10+
11+
## Source Code
12+
13+
- Java: https://github.com/openpatch/scratch-for-java/tree/main/examples/java/Pipes
14+
- Processing: https://github.com/openpatch/scratch-for-java/tree/main/examples/processing/Pipes

docs/en/book/examples/rainbow-vine.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Rainbow Vine
3+
---
4+
5+
# Rainbow Vine
6+
7+
An example which makes use of mouse events and timers.
8+
9+
![rainbow vine example](/assets/rainbow_vine.gif)
10+
11+
## Source Code:
12+
13+
- Java: https://github.com/openpatch/scratch-for-java/tree/main/examples/java/RainbowVine
14+
- Processing: https://github.com/openpatch/scratch-for-java/tree/main/examples/processing/RainbowVine

docs/en/book/examples/random-dot.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Random Dot
3+
---
4+
5+
# Random Dot
6+
7+
An example which makes use of timers.
8+
9+
![random dot](/assets/random_dot.gif)
10+
11+
## Source Code:
12+
13+
- Java: https://github.com/openpatch/scratch-for-java/tree/main/examples/java/RandomDot
14+
- Processing: https://github.com/openpatch/scratch-for-java/tree/main/examples/processing/RandomDot

docs/en/book/examples/robot.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Robot
3+
---
4+
5+
# Robot
6+
7+
An example with a class in another file.
8+
9+
![robot example](/assets/robot.gif)
10+
11+
## Source Code:
12+
13+
- Java: https://github.com/openpatch/scratch-for-java/tree/main/examples/java/Robot
14+
- Processing: https://github.com/openpatch/scratch-for-java/tree/main/examples/processing/Robot

docs/en/book/examples/sensing.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Sensing
3+
---
4+
5+
# Sensing
6+
7+
An example which shows the usage of `isTouchingMousePointer` and custom hitboxes.
8+
9+
![sensing](/assets/sensing.gif)
10+
11+
## Source Code:
12+
13+
- Java: https://github.com/openpatch/scratch-for-java/tree/main/examples/java/Sensing
14+
- Processing: https://github.com/openpatch/scratch-for-java/tree/main/examples/processing/Sensing

0 commit comments

Comments
 (0)