pacman icon indicating copy to clipboard operation
pacman copied to clipboard

Results 2 pacman issues
Sort by recently updated
recently updated
newest added

I tried to use Akka's actor to replace the scala actor, but it turned to be problematic. Some error occurred when creating an Akka-actor-based controller, because of it's nested inside...

the resulting .jar fails to run. lamppc11:pacman luc$ java -jar target/scala_2.8.0/pacman-1.0.min.jar Exception in thread "main" java.lang.ExceptionInInitializerError at epfl.pacman.Main.main(Main.scala) Caused by: java.util.NoSuchElementException: key not found: epfl.pacman.maze.Positions$BlockPosition@2f74219d at scala.collection.MapLike$class.default(MapLike.scala:223) at scala.collection.immutable.HashMap.default(HashMap.scala:35) at...