Added Untrusted stuff

This commit is contained in:
greg 2014-03-01 00:47:46 -08:00
parent 0557d3ecd2
commit 3e6c30cdf7
1 changed files with 10 additions and 3 deletions

View File

@ -57,6 +57,13 @@
<ul>
<li><a href="http://alex.nisnevich.com/untrusted/">Untrusted</a>
<a href="https://github.com/AlexNisnevich/untrusted" class='codeLink'>(code</a>
- an open-source browser-based roguelike game written entirely in
Javascript. Every level is unbeatable until the player edits the
source code of the level to make it winnable. Won first place in
the Spring 2013 Berkeley CSUA hackathon.
<li> <b>Ocarina of Time App</b> <a href="https://github.com/neunenak/Ocarina" class="codeLink">(code)</a> - an ocarina Android app that you play by pressing five buttons, just like in the eponymous classic N64 title. Not guaranteed to open the Door of Time.
<li> <a href="https://github.com/neunenak/Raytracer">C++ Raytracer</a> <a href='https://github.com/neunenak/Raytracer' class='codeLink'>(code)</a>
written for CS184 at UC Berkeley, Intro to Computer Graphics. This was a partner project with <a href="https://github.com/miedwards">Mark Edwards</a>