Skip to content

unibo-pps/scala-cross-platform-winning-four

Repository files navigation

Multi-Platform Winning Four!

A simple example of a pure scala platform that runs in several runtimes

Project structure:

  • shared: contains the code in common between runtimes
  • jvm: JVM application specific part
  • js: JS application specific part
  • native: Native specific part

How to Run

In an sbt shell, select one of the project available (e.g. winningFourJS, winningFourJVM, winningFourNative) and then type run

About

Simple example of a Cross platform application in Scala!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages