
de.lessvoid.nifty.examples.slick2d.helloworld.HelloWorldDemoMain Maven / Gradle / Ivy
package de.lessvoid.nifty.examples.slick2d.helloworld;
import de.lessvoid.nifty.examples.helloworld.HelloWorldStartScreen;
import de.lessvoid.nifty.examples.slick2d.SlickExampleLoader;
/**
* Demo class to execute the hello world demonstration.
*
* @author Martin Karing <[email protected]>
*/
public class HelloWorldDemoMain {
/**
* Execute the demonstration.
*
* @param args call arguments - have no effect
*/
public static void main(final String[] args) {
SlickExampleLoader.createGame(new SlickExampleLoader(new HelloWorldStartScreen()));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy