diff --git a/content/index.md b/content/index.md index 3546b71..382ee17 100644 --- a/content/index.md +++ b/content/index.md @@ -48,22 +48,21 @@ Sticker by [djuan](https://linktr.ee/mkiiisystem)! **[Graph Zendo](/zendo/), 2020.** An open-ended logic game to play with friends or colleagues! + +
+ + +**[Braceless JS](https://github.com/nycki93/braceless-javascript/), 2018.** You can do a lot with 'one-line' functions. Let's play with that! + +
+
+ + +**[Portal ZZT](https://museumofzzt.com/file/p/PortalZZT_v0_5.zip), 2008.** A little demo game about shooting the walls. ZZT is like MS-DOS Mario Maker. +
-### Braceless Javascript -2018\. a couple of short programs written in browser JavaScript, with the special restriction that I can't use any instructions that require curly braces, like 'if' or 'for'. instead, I replace these instructions with ternaries and lambdas, which makes this a functional programming exercise! - -[Fizzbuzz source on GitHub](https://github.com/nycki93/braceless-javascript/blob/master/fizzbuzz.html) - -[99 bottles source on GitHub](https://github.com/nycki93/braceless-javascript/blob/master/bottles.html) - -### Portal ZZT - -2008\. A ZZT game inspired by Portal. Available at the Museum of ZZT. - -[PortalZZT in the Museum of ZZT](https://museumofzzt.com/file/p/PortalZZT_v0_5.zip) - ### ZZT Nanogames 2008\. A collection of ZZT games that use only one screen each. Also includes _Eight Legged Express_, which I believe was made in one weekend as a challenge. @@ -92,7 +91,7 @@ gci -file | %{ ffmpeg -i $_.fullname $($_.basename).mp3 } ## log -- 2025-03-21. Did some cleanup, added preview images for Pyramides Papyrium and Graph Zendo. +- 2025-03-21. Did some cleanup, added preview images for Pyramides Papyrium, Graph Zendo, Braceless JS, and Portal ZZT. - 2024-09-27. Changed pronouns from she/they to they/them. I'd describe myself as genderfluid overall. - 2024-09-26. Updated my 88x31 button. - 2024-09-15. Redid the build process in Eleventy. diff --git a/static/a/card-braceless-js.png b/static/a/card-braceless-js.png new file mode 100644 index 0000000..4d5fafe Binary files /dev/null and b/static/a/card-braceless-js.png differ diff --git a/static/a/card-portal-zzt.png b/static/a/card-portal-zzt.png new file mode 100644 index 0000000..08e822d Binary files /dev/null and b/static/a/card-portal-zzt.png differ