Skip to content

larsniklasson/2DRacingGame

Repository files navigation

2DRacingGame

A 2D racing game, created for course TDA367/LSP310.

Packaging the project

How to play?

Run the jar-file "2DRacingGame.jar" on the root level of this repo.

You can also create a runnable JAR yourself by executing:
./gradlew desktop:dist (output can be found in: desktop/build/libs/)
The jar can then be run by simply double clicking it or by running java -jar path/to/jar.jar.

Running unit tests

All unit tests can be run by executing: ./gradlew test (or through your favourite IDE).
Be aware that Gradle is smart enough to not run the tests twice unless they have changed. The tests cache can be cleared by running: ./gradlew cleanTest

Documentation, RAD, SDD

Link to RAD, SDD and meeting protocols: https://drive.google.com/folderview?id=0BxRJZY1j9wVVflVyM0huMmhwYWRxbURRVnZUSGE5aXZZOW9BYkVOUG5QdHpVT0dqYWZqVDQ&usp=sharing

Third-party credits

About

2D Racing Game. School Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages