diff options
author | P. J. McDermott <pjm@nac.net> | 2013-11-01 14:13:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-11-01 14:13:43 (EDT) |
commit | a53c7b8fee1d5dd216d6360ad27bc65e30863e30 (patch) | |
tree | 9c7f6065ec1dc86ee95feed223fe3aa8f85fea2c /projects | |
parent | 18d72618f76154677d2041e93e973ffbe22170e7 (diff) | |
download | www-a53c7b8fee1d5dd216d6360ad27bc65e30863e30.zip www-a53c7b8fee1d5dd216d6360ad27bc65e30863e30.tar.gz www-a53c7b8fee1d5dd216d6360ad27bc65e30863e30.tar.bz2 |
projects/index.mdwn: Add cursespong.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/index.mdwn | 3 |
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. |