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

@ -50,13 +50,20 @@
<h1>Greg Shuflin</h1>
Contact me: <code>greg [dot] shuflin [at] gmail [dot] com</code>
<h2>Developer Portfolio</h2>
<p>These are a few software projects I have worked on, either for a
class or independently, that I think are particularly interesting.
You can see the source code for these and other projects I'm working
<p>These are a few software projects I have worked on, either for a
class or independently, that I think are particularly interesting.
You can see the source code for these and other projects I'm working
on <a href="https://github.com/neunenak">on my Github profile</a>.
<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>