oakes / play-clj

A Clojure game library
The Unlicense
940 stars 72 forks source link

First shot at adding spec #107

Open LeonmanRolls opened 7 years ago

LeonmanRolls commented 7 years ago

Looking to get the ball rolling here. Let me know what you think, will be looking to refine the specs further in the future, for example some are only doing basic map? checks at the moment.

oakes commented 7 years ago

Looks pretty good! Thanks for working on this. Are you planning on adding more?

LeonmanRolls commented 7 years ago

np, thanks for play-clj :) Sure I'll finish off the public methods in core for this PR and then hopefully go namespace by namespace.

LeonmanRolls commented 7 years ago

Okay think this is ready to merge! Tested the tutorial game with instrumentation on and had no problems.