cswinter / CodeCraftGame

The CodeCraft programming game.
http://www.codecraftgame.org
35 stars 10 forks source link

remove demos subproject #8

Closed barrybecker4 closed 6 years ago

barrybecker4 commented 6 years ago

From email: Barry: I forked/cloned/built CodeCraft. I really like the project and want to try and add some enhancements. When I look at the demos project in intellij, I see a lot of unresolved references to cwinter.codecraft.graphics.worldstate. I do not see that package in the graphics project or anywhere else. Is it supposed to be there somewhere, or was that package removed and the demos project not updated? Building, tests, and running project testai, all work, but maybe demos is not being built for any of those things.

Possibly related are unresolved references in Rng in the demo project. I don't see Rng defined anywhere, but if I replace occurrences of Rng with GlobalRNG, then it works. Is that expected?

Clemens: Yeah I usually forget updating the demos project after changes since it's not in the main compile path and not really used anymore. Probably should just delete it at this point, but I've never had the heart to do it ;) Everything else should still be working fine even with those errors.

Barry: I will delete in my fork and do a pull request.