pepijndevos / Begame

A Clojure 2D game engine
24 stars 1 forks source link

Examples broken #1

Open AnnanFay opened 12 years ago

AnnanFay commented 12 years ago

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 to rect since rect is defined in object.clj. The error was replaced with:

Exception in thread "main" java.lang.RuntimeException: Unable to resolve symbol: val-extends? in this context, compiling:(begame/collision.clj:21)

I checked out c942510183 and the examples seemed to work okay so it must be a recent change.

pepijndevos commented 12 years ago

Yea, I rewrote a lot of stuff, but never updated the examples. As you said, older commits should work. Begame is not at all finished, and I'm not actively working on it.