Corso 3D Game Programming - prof. Minas

Gennaro COSTAGLIOLA Corso 3D Game Programming - prof. Minas

COURSE ON 3D Game Programming

prof. Mark Minas - Universität der Bundeswehr München, Munich, Germany

More info here.

Program Code:

This is the link to the current game code which will be used in the course (updates will be posted here):

https://www.dropbox.com/s/wntnvyuwaqxo7av/3d-Games-v3.zip?dl=0

After downloading and unpacking the zip-file, follow the instructions in the file README.md. You can run the game from the command line, or you can open the entire project in IntelliJ or Eclipse. In any case, DO NOT USE Java 20, but use Java 19, preferably the Temurin JDK (see the README.md). Java 18 and Java 17 should work as well. Reason: Java 20 is not yet supported by Gradle.