Skip to content

renesteeman/Project1-2_Group4

Repository files navigation

To run the current software:

go to GameEngine2

open the project with your IDE or type the following commands in your terminal/cmd

MacOS/Linux

gradle wrapper

./gradlew run

Windows

gradle wrapper

gradlew.bat run

Additionally, build.gradle supports 2 more customized tasks:

./gradlew run2d (2d visualization of the engine process)

./gradlew runSoftware (alternative for default 'run')

On Windows, just like in the previous example, type gradlew.bat instead of ./gradlew

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages