Compare commits

..

2 Commits

Author SHA1 Message Date
Cametendo
adcac0a05a change onepiece.txt to shakespeare.txt in markov-chain.js 2026-06-08 10:50:30 +02:00
Cametendo
706cb14e96 Edit index.html 2026-06-08 10:49:12 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
let myData;
function preload() {
myData = loadStrings("onepiece.txt");
myData = loadStrings("shakespere.txt");
}
function setup() {

View File

@@ -53,7 +53,7 @@
scrolling="no"
></iframe>
</div>
<h3>Bouncing DVD-type shape</h3>
<h3>Bouncing DVD-type shape (non-interactive, but looks cool)</h3>
<div>
<iframe
src="/Week-2/Shapes/moving-shapes.html"
@@ -66,6 +66,7 @@
<iframe src="/Week-4/l-system.html" style="height: 600px"></iframe>
</div>
<h1>Markov Chain</h1>
<p>Reload to regenerate</p>
<div>
<iframe src="/Week-4/markov-chain.html" style="height: 600px"></iframe>
</div>