Data structure sketch
Got to sketch the data structures, which would let a train navigate a track with switches. Seems simple enough that I might be able to pull it off, though no level parsing etc – most likely data will be hardcoded. I also don’t yet have a tilemap/sprite decoding routine, so likely I’ll transcribe them by hand into numbers (single byte per 8 bit rows).
