Kimbsy / quip

Clojure game engine built using Quil
Eclipse Public License 1.0
17 stars 0 forks source link

Easier way to restart game #18

Open Kimbsy opened 3 weeks ago

Kimbsy commented 3 weeks ago

I've run into a slight clunkiness when wanting my game to go back to the main menu after ending the game. Sometimes it's tricky to ensure that all of the scenes are reinitialised before we play again.

Mainly it's often tricky to avoid circular dependencies between scenes.

Is there something that quip can offer that can do a better job?