summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--projects/index.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/index.mdwn b/projects/index.mdwn
index 4104935..f636bba 100644
--- a/projects/index.mdwn
+++ b/projects/index.mdwn
@@ -41,6 +41,9 @@ Active or Otherwise Interesting
local browsing or to generate static HTML documents to be efficiently served
by an HTTP server. Documents could even be preprocessed, e.g. by a Markdown
processor, before being parsed with ssic.
+ * [cursespong](http://git.pehjota.net/cursespong/cursespong.git/):
+ An unfinshed and untitled PONG-like game written in C and using the curses
+ interface.
* [cgol (Curses Game of Life)](cgol/):
An implementation of Conway's Game of Life written in C and using the curses
interface.