@Test
 public void testMaximumActionPoints() {
   Worm worm = facade.createWorm(world, 1, 2, 0, 1, "Test");
   assertEquals(4448, facade.getMaxActionPoints(worm));
 }