Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 924 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 924 Bytes

golf

  • ktbyte: Processing games submitted to various KTBYTE contests.
    • hunt.pde: Two-player Wolfenstein 3D-like FPS in a randomly generated maze (5119 bytes, demo). Won second place in the 2014 Fall 5k contest.
    • mini-cube.pde: 2x2x2 Rubik's cube (1024 bytes, demo). Won second place in the 2016 Fall 1k Contest.
  • sierpinski.html: Sierpinski triangle on canvas (95 bytes, demo via htmlpreview.github.io).
  • quine: Three quines: a C -> Bash relay (relay1.c, 91 bytes), a Bash -> C relay (relay2.sh, 83 bytes), and a Bash/C polyglot (polyquine, 176 bytes). Test with test.sh.