diff options
author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-01 15:31:27 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-01 15:31:27 -0700 |
commit | 07f508365f619d6bfe0a074dcf98c5ae8db17f08 (patch) | |
tree | 16b2a072998452ad72529e3d617f5c4a2df63c0c /src/engine/levels/Tutorial.ts | |
parent | 309ed20627ed798c464a9f97d9c32ceb1a314595 (diff) | |
download | the-abstraction-engine-07f508365f619d6bfe0a074dcf98c5ae8db17f08.tar.gz the-abstraction-engine-07f508365f619d6bfe0a074dcf98c5ae8db17f08.zip |
add carcadr level
Diffstat (limited to 'src/engine/levels/Tutorial.ts')
-rw-r--r-- | src/engine/levels/Tutorial.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/levels/Tutorial.ts b/src/engine/levels/Tutorial.ts index 895b569..97a6826 100644 --- a/src/engine/levels/Tutorial.ts +++ b/src/engine/levels/Tutorial.ts @@ -43,7 +43,7 @@ export class Tutorial extends Level { { x: 4, y: 3 }, ), new Sign( - "this is a Term Application; interact to view its code<br><br>push the term ➡️ created by the factory any direction into the Application to produce a new one 💭<br><br>note that:<br><br>+ _INPUT is the term replaced by the pushed term<br><br>+ in this case _KEY is applied to the function to make a new KEY! 🔑", + "<div>this is a Term Application; interact to view its code<br><br>push the term ➡️ created by the factory any direction into the Application to produce a new one 💭<br><br>note that:<br><br>+ _INPUT is the term replaced by the pushed term<br><br>+ in this case _KEY is applied to the function to make a new KEY! 🔑</div>", { x: 4, y: 6 }, ), new Wall({ x: 10, y: 9 }), |