Author:
- Name: Don Dodson
Location: US - United States of America (United States)
To build:
make all
To use:
./dodsond2
Judges’ remarks:
An amazing entry!
The official chef enjoyed solving the maze, which she did on the first attempt.
Author’s remarks:
Interactive 3D Maze
Step into a randomly generated 3D maze and try to get out alive! Use the vi
movement keys (hjkl
) to move on a level, and u
or d
to move (u)p or (d)own
from a position with a U
or D
on the map. To simulate the feeling of being
in an unknown labyrinth, areas which you have not visited cannot be seen.
Reach the north-west left corner of level 1 to exit.
Inventory for 1995/dodsond2
Primary files
- dodsond2.c - entry source code
- Makefile - entry Makefile
- dodsond2.orig.c - original source code
Secondary files
- 1995_dodsond2.tar.bz2 - download entry tarball
- README.md - markdown source for this web page
- .entry.json - entry summary and manifest in JSON
- .gitignore - list of files that should not be committed under git
- .path - directory path from top level directory
- index.html - this web page