michel.wang
3 years ago
2 changed files with 9 additions and 4 deletions
@ -0,0 +1,5 @@ |
|||||
|
var machine_coins = 1000 |
||||
|
var player_coins = 100 |
||||
|
function nbAlea() { |
||||
|
return Math.floor(Math.random() * 10) |
||||
|
} |
Loading…
Reference in new issue