Browse Source

1er push

master
sacha.serny 3 years ago
parent
commit
623e4c4e52
  1. 5
      app.js
  2. 4
      index.html

5
app.js

@ -0,0 +1,5 @@
var machine_coins = 1000
var player_coins = 100
function nbAlea() {
return Math.floor(Math.random() * 10)
}

4
index.html

@ -3,9 +3,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MSJS</title> <title>Document</title>
</head> </head>
<body> <body>
<script src="app.js"></script>
</body> </body>
</html> </html>
Loading…
Cancel
Save