greg.everydayimshuflin.com/index.html

17 lines
806 B
HTML
Raw Normal View History

2012-10-22 02:08:17 -07:00
<!DOCTYPE html>
2012-03-06 12:27:42 -08:00
<html>
</head>
<title>Greg Shuflin Projects</title>
</head>
<body>
2012-03-12 11:36:08 -07:00
<h1>Projects</h1>
2012-03-06 12:27:42 -08:00
<ul>
2012-07-30 15:26:06 -07:00
<li> <a href="https://github.com/neunenak/Raytracer">C++ Raytracer</a> written for CS184 Intro to Computer Graphics. This was a partner project with <a href="https://github.com/miedwards">Mark Edwards</a>
2012-03-12 11:36:08 -07:00
<li> <a href="http://neunenak.github.com/html5go">HTML 5 Go</a>
2012-03-12 13:07:51 -07:00
Implementation of the board game Go in pure HTML5, using the canvas (work in progress).
2012-03-12 12:43:49 -07:00
<li> <a href="http://blazing-night-9415.herokuapp.com/dictionary">Arbitrary-language Django Dictionary</a>
2012-07-30 15:26:06 -07:00
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.
2012-03-06 12:27:42 -08:00
</ul>
</body>
</html>