Version initiale
This commit is contained in:
commit
808c9d7385
22 changed files with 403 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("Arkanoid Game") {
|
||||
<canvas id="gameCanvas" width="540" height="675"></canvas>
|
||||
<script src="@routes.Assets.versioned("javascripts/game.js")"></script>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue