nycki.net/index.html

51 lines
No EOL
1 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>Flistify</h3>
<p>
A script to bulk-resize images for an f-list gallery, using python and imagemagick.
</p>
<h3>Braceless Javascript</h3>
<p>
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.
</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.
</p>
<h3>Traps and Zoids</h3>
<p>
2007.
</p>
</div>
</body>
</html>