Package eas.users.demos.polytris.highscore

Examples of eas.users.demos.polytris.highscore.Highscore


            this.scorezName = "scorez";
        }
       
        this.scorezName += "-" + params.getParValueInt("Polytris.Level") + ".dat";
       
        this.scorez = new Highscore(new File("./sharedDirectory/Polytris/" + this.scorezName), params, 10);
    }
View Full Code Here

TOP

Related Classes of eas.users.demos.polytris.highscore.Highscore

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.