Class App


  • public class App
    extends java.lang.Object
    Main class of the game.
    • Constructor Summary

      Constructors 
      Constructor Description
      App()
      DO NOT USE: this is a static class (but gradle wants this comment)
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      entry point to the game
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • App

        public App()
        DO NOT USE: this is a static class (but gradle wants this comment)
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        entry point to the game
        Parameters:
        args - cli args.