java.lang.ClassCastException: class Space2 cannot be cast to class Space (Space2 and Space are in unnamed module of loader java.net.URLClassLoader @1248ed9)
at Shot.updateScore(Shot.java:54)
at Shot.doShotThings(Shot.java:33)
at Shot.act(Shot.java:22)
at greenfoot.core.Simulation.actActor(Simulation.java:567)
at greenfoot.core.Simulation.runOneLoop(Simulation.java:530)
at greenfoot.core.Simulation.runContent(Simulation.java:193)
at greenfoot.core.Simulation.run(Simulation.java:183)