what is it
The goal of the project is to generate roller coasters via a genetic algorithm
layout
-
rct_rle.go- deals with run length encoding of RCT files (so they can be read/written in the game) -
td6.go- encodes/decodes raw TD6 file data into Go structs -
image/*- turns track data into pretty PNG files. -
bits/bits.go- convenience functions for dealing with bits. -
wip/*- various "discovery" scripts that read bytes fromopenrct2.exedealing with track data.
next steps
-
verify the track data that we have read is accurate
-
compute which track pieces are available for a given track piece
-
complete overhead view of track in image/above.go
-
image of track in isometric view, same as used in RCT2
-
actually write the genetic algorithm/fitness function