# HG changeset patch # User Steve Losh # Date 1484308406 0 # Node ID bb255a85884a06b536a27ad4f04953f9b261fd8c # Parent 99daf70e4e4186435590d0e8d9f734a0ec863ca7 Add Antipodes diff -r 99daf70e4e41 -r bb255a85884a content/projects/index.markdown --- 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.