scala-js-games
scala-js-games copied to clipboard
Some simple games ported to Scala-Js
Results
3
scala-js-games issues
Sort by
recently updated
recently updated
newest added
Hi there, Firstly thanks for a comprehensive and very helpful set of example games for scala-js, I found them most educational! Since the old maven artefacts for the dependencies aren't...
Great examples! just wanted to let you know now you have to do: import org.scalajs.dom.html val canvas = dom.document.createElement("canvas").asInstanceOf[html.Canvas] to create a canvas (or access one) Cheers!