knexer / auto-puzzler

A simple game about writing code to assist in solving puzzles, built to learn React.
0 stars 0 forks source link

Split unlock state from unlock config #26

Closed knexer closed 1 year ago

knexer commented 1 year ago

This will work better with save and load, and also just makes more sense. Can probably tidy up the unlocks API while we're at it. Think about how proxying stuff will work with that - can you refer to non-proxied things from within a proxy? Or is it better to invert that kind of dependency and have more of a plain data class?