
Now we have configured the environment,(If not, please refer the previous post) so we can create the game world with the entities in it. In my Netbeans project I have several Java classes representing various entities in the game. First we need to setup the "game world" which contains all the players, blocks etc,
So for the game application we need several types of java classes to handle various tasks of the game....