SCALcetto is a football match simulator developed in Scala 3 that implements an intelligent player system.
Once you clone this repo, run in your shell or in the intellij sbt shell
sbt setupHooksTo build and run the project use sbt
sbt compile
sbt runto format automatically the code:
sbt scalafmtAllif you want run all the tests
sbt testYou 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