greg.everydayimshuflin.com/index.html

19 lines
808 B
HTML

<!DOCTYPE thml>
<html>
</head>
<title>Greg Shuflin Projects</title>
</head>
<body>
<h1>Projects</h1>
<ul>
<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>
<li> <a href="http://neunenak.github.com/html5go">HTML 5 Go</a>
Implementation of the board game Go in pure HTML5, using the canvas (work in progress).
<li> <a href="http://blazing-night-9415.herokuapp.com/dictionary">Arbitrary-language Django Dictionary</a>
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.
</ul>
</body>
</html>