commit initial
This commit is contained in:
commit
f7abfc4902
23 changed files with 432 additions and 0 deletions
6
app/views/game.scala.html
Normal file
6
app/views/game.scala.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
@()
|
||||
|
||||
@main("Asteroid Cookies Game") {
|
||||
<canvas id="gameCanvas" width="800" height="600"></canvas>
|
||||
<script src="@routes.Assets.versioned("javascripts/game.js")"></script>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue