You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are trapped on a deserted island by a psychopath who is keeping you there until you can determine the digits of π out to many decimal places. All you have is the p5.js…
1319
+
Calculate the digits of pi with a random number generator and some code!
Copy file name to clipboardExpand all lines: docs/projects/piday1.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ <h1 class="title">Pi Day Part 1</h1>
175
175
</header>
176
176
177
177
178
-
<p>You are trapped on a deserted island by a psychopath who is keeping you there until you can determine the digits of π out to many decimal places. All you have is the p5.js web editor! What to do!? (FYI: Try not to think about giving up and just enjoying the island.)</p>
178
+
<p>Calculate the digits of pi with a random number generator and some code!</p>
179
179
<sectionid="links-to-activity" class="level2">
180
180
<h2class="anchored" data-anchor-id="links-to-activity">Links to Activity</h2>
Copy file name to clipboardExpand all lines: docs/search.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -361,7 +361,7 @@
361
361
"href": "projects/piday1.html",
362
362
"title": "Pi Day Part 1",
363
363
"section": "",
364
-
"text": "You are trapped on a deserted island by a psychopath who is keeping you there until you can determine the digits of π out to many decimal places. All you have is the p5.js web editor! What to do!? (FYI: Try not to think about giving up and just enjoying the island.)"
364
+
"text": "Calculate the digits of pi with a random number generator and some code!"
Copy file name to clipboardExpand all lines: projects/piday1.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ categories:
9
9
- Intro HS
10
10
---
11
11
12
-
You are trapped on a deserted island by a psychopath who is keeping you there until you can determine the digits of π out to many decimal places. All you have is the p5.js web editor! What to do!? (FYI: Try not to think about giving up and just enjoying the island.)
12
+
Calculate the digits of pi with a random number generator and some code!
0 commit comments