bb255a85884a

Add Antipodes
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 13 Jan 2017 11:53:26 +0000
parents 99daf70e4e41
children 136ab0cfe5cb
branches/tags (none)
files content/projects/index.markdown

Changes

--- a/content/projects/index.markdown	Fri Jan 13 11:48:00 2017 +0000
+++ b/content/projects/index.markdown	Fri Jan 13 11:53:26 2017 +0000
@@ -76,6 +76,7 @@
 These are projects that are finished.  I have no plans to update them — they're
 a snapshot of a moment in time.
 
+* [antipodes](http://github.com/sjl/antipodes/) was my entry in the first Icelandic Game Industry game jam.
 * [cl-chip8](https://github.com/sjl/cl-chip8) is a CHIP-8 emulator written in Common Lisp.  I wrote a series of blog posts about it.
 * [Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com) is a book about Vimscript.
 * [mazes](https://github.com/sjl/mazes) is some Common Lisp code written while I worked through the book Mazes for Programmers.
@@ -86,8 +87,8 @@
 
 ## Deprecated/Abandoned
 
-These are projects I started but no longer feel are useful to the world at
-large.  I won't delete them from the internet, but please don't use them.
+These are projects I started but no longer intend to maintain.  I won't delete
+them from the internet, but please don't use them.
 
 * [bookmarkdown](https://sjl.bitbucket.org/) was an experimental tool for writing books in Markdown.
 * [Caves of Clojure](https://github.com/sjl/caves) was the code for a series of blog posts I did about writing a roguelike in Clojure.