Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 726 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 726 Bytes

Collidium with Scala.js!

Try it first

Launch the game

How to build

  • Build scala-runtime.js using the instructions and copy the resulting file to the js folder of this project

  • Use sbt to build this project:

      $ sbt
      sbt> package-js
    

How to play

Run node server.js Open localhost:3000/index-dev.html

Other Info