public void init(GameContainer container) throws SlickException {
world = new World();
world.setManager(new PlayerManager());
world.setManager(new TagManager());
world.setManager(new GroupManager());
world.setSystem(new SoundSystem());
world.setSystem(new HealthSystem());
world.setSystem(new PhysicsSystem());
world.setSystem(new ExpirationSystem());