diff --git a/index.html b/index.html
index 972859e..755f9fc 100644
--- a/index.html
+++ b/index.html
@@ -50,13 +50,20 @@
Greg Shuflin
Contact me: greg [dot] shuflin [at] gmail [dot] com
Developer Portfolio
- 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
+
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 on my Github profile.
+ - Untrusted
+ (code
+ - 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.
+
- Ocarina of Time App (code) - 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.
- C++ Raytracer (code)
written for CS184 at UC Berkeley, Intro to Computer Graphics. This was a partner project with Mark Edwards