Looks good bobjob (and sounds very 20´s as well)
Yes, selecting more than one guy at a time is needed (or needs to be made easier), and also let them shoot as soon as they are in shooting range. Good start however.
Got npe when selecting custom map or something like that:
Texture Path:
URL Invalid Texture Path: null
Texture Path: resources/images/
java.lang.NullPointerException
at game.GameServer.startGame(GameServer.java:624)
at game.GameServer.singlePlayerInit(GameServer.java:325)
at game.gui.Menu.newGame(Menu.java:174)
at game.gui.ScrollMenu.menuSelect(ScrollMenu.java:94)
at game.gui.Input.checkMouse(Input.java:304)
at game.gui.GUI.logic(GUI.java:566)
at game.gui.GUI.run(GUI.java:380)
at game.gui.GUI.<init>(GUI.java:113)
at game.gui.GUI.main(GUI.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)