Slashdot Mirror


User: grahamluckhurst

grahamluckhurst's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Deterministic infinite mazes on How Does a Single Line of BASIC Make an Intricate Maze? · · Score: 1

    I have been playing around, in an amateurish way, with is for years. The slight difference is that I wanted a maze that was random but consistent. If you return to a location it same as before. All you need to do is to seed the random number generator with the maze coordinate. What I did not expect is how pretty they look. Examples http://www.infinitemaze.com/2.html.