selliott4
Newbie

Posts: 2
Registered: 07-09 |
I should probably start by introducing myself. I have not posted here before, but I've enjoyed exploring the forums and playing various WADs here. I'm a computer programmer in Austin, TX.
Anyway, I've created a strange map that consists of a hallway with eight doors in it. The state of each door, whether it's open or closed, corresponds to one of the eight bits in a byte. The only way to get to the exit is to pass through the hall 256 times. Each pass through the hall toggles the state of the doors such that the binary value of the byte is incremented by one.
Part of my motivation was my curiosity of it was possible to create a map where the total time it takes to complete it varies exponentially with the size of the map. It is possible.
Since obviously it's no fun to play in the traditional sense now that I've create it I'm curious if:
1) Some of you are amused by it. Maybe some of you even think it's worthy of being in one of the mock*.wad WADs as an example of how a map shouldn't be. And that's fine.
2) It has some educational value as an fun way of introducing the binary number system to kids.
Anyway, it has it's own web page:
Binary In Doom
__________________
Steven Elliott - My Website
|