Begame icon indicating copy to clipboard operation
Begame copied to clipboard

A Clojure 2D game engine

Results 1 Begame issues
Sort by recently updated
recently updated
newest added

When running: `lein run -m examples.pong` I get the error message: ``` Exception in thread "main" java.lang.RuntimeException: Unable to resolve symbol: rectangle in this context, compiling:(begame/collision.clj:22) ``` I changed `rectangle`...