Skip to content

davidedomini/pps-22-sim-race

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sim-race

Project for Paradigmi di Programmazione e Sviluppo course of University of Bologna (A.Y. 2021/2022).

pps-sim-race is a F1 race simulator. Once the application is started, it will be possible to set some parameters like: car max speed, car tyres, race laps and so on. The user will be able to view the evolution of the race with a 2D top view of the track, some charts and a real-time standings. At the end of the simulation a resume will be available and the user may starts new simulations.

Requirements

The following dependencies are required to run the application:

  • sbt version 1.6.1
  • scala version 3.1.2
  • JDK version 11

Usage

You can find the latest jar inside the Releases section.

To execute the application:

$ java -jar `<jar-path>`

Otherwise, you can clone the repository and execute the application with the following commands:

$ sbt compile
$ sbt run

Documentation and development process

You can find the project's report (report.md) in the doc folder into the doc branch or at this link.

Futhermore, you can find the web version here

Authors