Not sure if anyone is still here but I have only recently stumbled upon Scalatron and I was hoping to make a pluggable game for it.
Unfortunately I am falling at the first hurdle. I am trying to build the ScalatronDemoGame (
https://github.com/scalatron/scalatron/blob/master/Scalatron/doc/markdown/Scalatron%20Pluggable%20Games.md) but I am unable to do it in such a way that Scalatron will load it.
It keeps telling me "failed to load game factory 'scalatron.GameFactory' from plug-in '/Users/middli01/Scalatron/Scalatron/bin/scalatrondemogame.jar'"
I assume this is because I don't I have build.scala which specifies my dependencies but as I have just cloned the example project I would have thought I wouldn't have to do this.
Any help here would be greatly appreciated :)
Thanks,
Iain MIddlehurst