Bring hunt in from OpenBSD. The best multi-player terminal game ever!
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 2 Sep 2008 21:50:21 +0000 (21:50 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 2 Sep 2008 21:50:21 +0000 (21:50 +0000)
commit82a5c12e56d87b48c58c4499eef34fa7cb5894ee
treebf6194230427925a846b42608220d7e5c984b7dc
parent5241aaa324e9955d6b364ae136b2866041165f38
Bring hunt in from OpenBSD.  The best multi-player terminal game ever!
30 files changed:
games/Makefile
games/hunt/Makefile [new file with mode: 0644]
games/hunt/README [new file with mode: 0644]
games/hunt/README.protocol [new file with mode: 0644]
games/hunt/hunt/Makefile [new file with mode: 0644]
games/hunt/hunt/client.h [new file with mode: 0644]
games/hunt/hunt/connect.c [new file with mode: 0644]
games/hunt/hunt/display.c [new file with mode: 0644]
games/hunt/hunt/display.h [new file with mode: 0644]
games/hunt/hunt/hunt.6 [new file with mode: 0644]
games/hunt/hunt/hunt.c [new file with mode: 0644]
games/hunt/hunt/list.c [new file with mode: 0644]
games/hunt/hunt/list.h [new file with mode: 0644]
games/hunt/hunt/otto.c [new file with mode: 0644]
games/hunt/hunt/playit.c [new file with mode: 0644]
games/hunt/huntd/Makefile [new file with mode: 0644]
games/hunt/huntd/answer.c [new file with mode: 0644]
games/hunt/huntd/conf.c [new file with mode: 0644]
games/hunt/huntd/conf.h [new file with mode: 0644]
games/hunt/huntd/draw.c [new file with mode: 0644]
games/hunt/huntd/driver.c [new file with mode: 0644]
games/hunt/huntd/execute.c [new file with mode: 0644]
games/hunt/huntd/expl.c [new file with mode: 0644]
games/hunt/huntd/extern.c [new file with mode: 0644]
games/hunt/huntd/hunt.h [new file with mode: 0644]
games/hunt/huntd/huntd.6 [new file with mode: 0644]
games/hunt/huntd/makemaze.c [new file with mode: 0644]
games/hunt/huntd/server.h [new file with mode: 0644]
games/hunt/huntd/shots.c [new file with mode: 0644]
games/hunt/huntd/terminal.c [new file with mode: 0644]