|
|
|
|
|
by deater
439 days ago
|
|
when making the Apple II version of Myst I more or less generated graphs like this by hand based on playing through the game (in order to hook up the data structures for the custom 6502-assembly language engine) I wonder if it would have been easier to automate it like this. |
|
This setup was more or less enough to implement the whole game, the one problem area was Channelwood where the pathway platforms are pentagons and thus had more than 4 backgrounds. There were also a few areas where a location could have used an additional clickable area but had to make do without. Also to fit on 3 disks about half the nodes were left out: generally when walking a straight path every other node was left out for both disk space and also time-consuming-rotoscope reasons.