File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed
scala-2.11/nl/amsscala/simplegame
test/scala-2.11/nl/amsscala/simplegame Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 2929<![endif]-->
3030
3131<!-- Add your site or application content here -->
32- < a href ="http://www.lostdecadegames.com/how-to-make-a-simple-html5-canvas-game/ "> Simple HTML5 Canvas game</ a > ported to
33- < a href ="http://www.scala-js.org/ "> ScalaJS</ a > . The source code of this game is available on < a
34- href ="https://github.com/amsterdam-scala/Sjs-Simple-HTML5-canvas-game "> GitHub</ a > .
32+ < a href ="https://github.com/amsterdam-scala/Sjs-Simple-HTML5-canvas-game "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png "> </ a >
3533
3634<!-- Include JavaScript dependencies -->
3735< script type ="text/javascript " src ="../main-jsdeps.min.js "> </ script >
Original file line number Diff line number Diff line change @@ -75,9 +75,7 @@ protected trait Page {
7575 canvas,
7676 a(href := " http://www.lostdecadegames.com/how-to-make-a-simple-html5-canvas-game/" , " Simple HTML5 Canvas game" ),
7777 " ported to " ,
78- a(href := " http://www.scala-js.org/" , " ScalaJS" ),
79- " . The source code of this game is available on " ,
80- a(href := " https://github.com/amsterdam-scala/Sjs-Simple-HTML5-canvas-game/" , " GitHub" ), " ."
78+ a(href := " http://www.scala-js.org/" , " ScalaJS" ), " ."
8179 ).render)
8280
8381}
Original file line number Diff line number Diff line change 1+ package nl .amsscala .simplegame
2+
3+ import org .scalajs .dom
4+
5+ class PageSuite extends SuiteSpec /* with Page*/ {
6+ val page = new Page {}
7+ describe(" A Hero" ) {
8+ describe(" should tested within the limits" ) {
9+
10+ it(" good path" ) {
11+
12+ }
13+
14+ }
15+ }
16+ }
You can’t perform that action at this time.
0 commit comments