Game programming with Java
HomeAufgabennPrintJava-Online

Installation

We assume that JavaSDK and a Java development environment (NetBeans, Eclipse, BlueJ etc.) are installed on your computer.

In order to use our game library JGameGrid, you must save it on your computer and integrate it into your Java development environment.

Library JGameGrid


Sprites

Small images (sprites) are used in most programme examples. TigerJython provides many such images, in particular all the images used in the tutorial. You can download all these images (sprites.zip). The images required for Actors and Background must be located in the sprites subdirectory of the src folder of the java project. You can of course also use your own images.

Detailed installation instructions for creating a GameGrid project with Netbeans can be found in the following menu items.