diff --git a/index.html b/index.html
index 3cda532..8f6c360 100644
--- a/index.html
+++ b/index.html
@@ -8,10 +8,11 @@
Projects
+ - C++ Raytracer written for CS184 Intro to Computer Graphics. This was a partner project with Mark Edwards
- HTML 5 Go
Implementation of the board game Go in pure HTML5, using the canvas (work in progress).
- Arbitrary-language Django Dictionary
- This version is currently hosted on heroku and is being used as a dictionary for a constructed langauge.
+ This version is currently hosted on heroku and is being used as a dictionary for a constructed langauge. A next version with cleaner CSS and an updated layout is in progress.