Bulk commit of offline work on Hunt the Wumpus.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 3 Jan 2020 17:33:13 +0000 (09:33 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 3 Jan 2020 17:33:13 +0000 (09:33 -0800)
commit2da7419427bc470dc1e03504a61f556b10f76c64
treeb57677ba6af1ff554bb48f770377827664bd06b1
parent760461306c772548a58286fd154c0c4592e5152e
Bulk commit of offline work on Hunt the Wumpus.

At this point the code builds all relevant data structures for the cave,
connecting the rooms with tunnels and populating with bats/pits/wumpus. User
interaction progresses through providing the user with instructions, cave
information and room information.

The code does not yet allow the user to take actions like moving or shooting.
14 files changed:
examples/config.mk
examples/wump/LICENSE [deleted file]
examples/wump/LICENSE.txt [new file with mode: 0644]
examples/wump/Makefile
examples/wump/README.txt [new file with mode: 0644]
examples/wump/wump.info [deleted file]
examples/wump/wump.pvvs [new file with mode: 0644]
examples/wump/wump_conf.pvvs [new file with mode: 0644]
examples/wump/wump_game.pvvs [new file with mode: 0644]
examples/wump/wump_init.pvvs [new file with mode: 0644]
examples/wump/wump_strings.pvvs
examples/wump/wump_ui.pvvs [new file with mode: 0644]
stdlib/stdio.pvvs
vv_interpreter.c