Eein / sea-of-stars-tas

Rust implementation of SoS-TAS
MIT License
1 stars 0 forks source link

Sequencer test code (WIP) #1

Closed orkaboy closed 1 week ago

orkaboy commented 1 week ago

Initial sequencer test code. The seq/src/lib.rs file should probably be split up more into separate structs and their implementations, especially as it grows. The idea is to keep game-agnostic stuff in this library, and implement game-specific Nodes in the main game's code tree instead.

There are a lot of fields/functions from the old python code that may/may not be valid to port, but I'm keeping it as lean as possible to start with.