Package Model.Othello

Examples of Model.Othello.GridOthello


    }

    public OthelloController(){
         super();
        this.set_display(Display.getDisplay(this)) ;
        this.set_gridOthello(new GridOthello(8));

        this.set_choiceGameView(new ChoiceGameView(_display, this));
        this.set_loginView(new LoginView(_display, this));
        this.set_listWaitingPlayerView(new ListWaitingPlayerView(_display, this));
        this.set_gridView(new GridView(_display, this));
View Full Code Here

TOP

Related Classes of Model.Othello.GridOthello

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.