## my stuff

**[Pyramides Papyrium](/pyramids/), 2025.** Foldable stackable colorblind-friendly game pieces!

**[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.

**[ZZT Nanogames](https://museumofzzt.com/file/n/nanopack01.zip), 2008.** A collection of games that are very small, even by ZZT standards.

**[Collabyrinth](https://museumofzzt.com/file/c/clbrnth1.zip), 2008.** A collaborative labyrinth made in ZZT. I organized this on the forums!

**[Traps and Zoids](/2007), 2007.** Some hand-drawn cartoons and very old web design. Good old HTML 4.0 Transitional.
## notes
### convert all files in dir to mp3 on windows
```ps
gci -file | %{ ffmpeg -i $_.fullname $($_.basename).mp3 }
```
### backup files on windows
```cmd
robocopy source destination /e /copyall /xj /zb /xd '$RECYCLE.BIN'
```
### download playlist including thumbnails
```sh
yt-dlp --embed-thumbnail -f bestaudio -x --audio-format mp3 --audio-quality 320k