nycki.net/index.html
2021-09-03 18:03:04 -04:00

53 lines
No EOL
1.7 KiB
HTML

<!doctype html>
<html>
<head>
<title>Nupa's Page</title>
<meta charset='utf-8'/>
<link rel='stylesheet' href='style-3.css'>
</head>
<body>
<div id='title'>
<h1>Nupa's Page</h1>
<span class='subtitle'>A place to show off my projects.</span>
</div>
<div id='content'>
<h3>Braceless Javascript</h3>
<p>
2018. A couple of short programs written in a subset of javascript. Specifically, javascript but you can't use anything with curly braces in it, like 'if' or 'for'. Instead, ternaries and lambdas give you all the flow control you need. Has a lispy flavor.
<a href='https://nupanick.github.io/braceless-javascript/fizzbuzz.html'>FizzBuzz</a> (<a href='https://github.com/nupanick/braceless-javascript/blob/master/fizzbuzz.html'>Source</a>),
<a href='https://nupanick.github.io/braceless-javascript/bottles.html'>Bottles</a> (<a href='https://github.com/nupanick/braceless-javascript/blob/master/bottles.html'>Source</a>).
</p>
<h3>Flistify</h3>
<p>
2018. A script to bulk-resize images for an f-list gallery, using windows batch and imagemagick. <a href='https://github.com/nupanick/flistify'>Source</a>.
</p>
<h3>Portal ZZT</h3>
<p>
2008. A portal clone in the ZZT Engine.
</p>
<h3>ZZT Nanogames</h3>
<p>
2008. A collection of ZZT games that use only one screen each. Also includes <em>Eight Legged Express</em>, which I believe was made in one weekend as a challenge.
</p>
<h3>Collabyrinth</h3>
<p>
2008. A collaborative labyrinth ZZT game. I made the overworld and recruited other members of the z2 forums to fill it with puzzles and obstacles.
</p>
<h3>Traps and Zoids</h3>
<p>
2007. Some hand-drawn cartoons and very old web design. Good old HTML 4.0 Transitional.
</p>
</div>
</body>
</html>