Module spacewar-game

Module spacewar-game contains all java sources. Module contains following packages:

packages in com.jirout.spacewar
  • controller - Contains listeners and controllers
  • model - Contain game model. Model is modified by players. Players are human player and simple Artificial Intelligence. Game model send signal by listeners.
  • util - Simple utilities classes. For example persisting application preferences.
  • viewwindow - Java swing presentation layer. During development application could be started by SpaceWarApplication class.