Zetawar / zetawar

Zetawar is a turn based tactical strategy game implemented in 100% ClojureScript.
MIT License
169 stars 14 forks source link

Make effects (dispatch, tx, notify, etc.) plugable #61

Open djwhitt opened 7 years ago

djwhitt commented 7 years ago

Remove the hard coding of effects in handle-event* and make them plugable by implementing multimethods.