Zannick / logic-graph

Tools for video game logic representation and analysis, particularly routing and beatability checks for speedruns and randomizers.
MIT License
3 stars 0 forks source link

Allow better specification of integer context fields #51

Closed Zannick closed 1 year ago

Zannick commented 1 year ago

Similar to what we allow for settings, so we can say max: 4 or max: 450, e.g. and wind up with i8 and i16 instead of picking i32 for everything.