Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

TommasoBrini/PPS-24-SCALcetto

Repository files navigation

SCALcetto

SCALcetto is a football match simulator developed in Scala 3 that implements an intelligent player system.

Video Demo

BUILD STATUS

Build Release

COVERAGE

MAIN codecov

DEVELOP codecov

INFO

Version License

CONTRIBUTE

Once you clone this repo, run in your shell or in the intellij sbt shell

sbt setupHooks

BUILD

To build and run the project use sbt

sbt compile
sbt run

to format automatically the code:

sbt scalafmtAll

TEST

if you want run all the tests

sbt test

Docs

You can see the live doc pushed in develop directly in the link in the about section.

You can run locally the docs:

  • install jekyll => if you have linux you should have wsl installed
  • run the following commands in the shell in the docs/ directory
bundle install
bundle exec jekyll serve

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages