Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

inf112-v19/Bender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robo rally

Codacy Badge

Build and run

  • Execute mvn clean install in the root folder of the project
  • This will create three jar files in target/
    • libgdx-app.jar: the libgdx application
    • server-app.jar: the server application
    • client-app.jar: the client application
  • To run a jar file type java -jar sample.jar

Tests

  • Execute mvn test in the root folder of the project to run all tests
  • The server tests has some os-delay problems and must be run manually (mvn will skip these tests)

Wiki

Known bugs

  • Ubuntu 18.04.2, LibGDX and Java 11 is a bad combination. Remeber to run the jar file with java 8.