Package net.myexperiments.viciouscycle.controller

Examples of net.myexperiments.viciouscycle.controller.VCGOS


    game = new GameLoader();
   
    game.setup(vcGame, new Dimension(960, 640), false);
    // create logic system

    gos = new VCGOS();   
    gos.InitGOS(vcGame);
    vcGame.gos = gos;
    game.start();

  }
View Full Code Here

TOP

Related Classes of net.myexperiments.viciouscycle.controller.VCGOS

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.