Package 

Class BoardGameApplication


  • 
    public class BoardGameApplication
    
                        

    Baseclass for all BGW Applications. Extend from this class in order to create your own game application. You may only instantiate one application.

    Scenes get shown by calling showMenuScene and showGameScene. Application starts by calling show.