Prezentacja bonusowych żetonów zdobytych przez graczy - pierwsza wersja.

This commit is contained in:
kplaczek
2017-08-16 21:35:49 +02:00
parent e43d31b3e1
commit d23944584d
5 changed files with 114 additions and 9 deletions

View File

@@ -200,8 +200,15 @@ function game(player1, player2, board) {
jaipur.player1.calculateScore();
jaipur.player2.calculateScore();
jaipur.showScore();
jaipur.showBonus();
};
this.showBonus = function(){
};
this.coinClick = function () {
if (!jaipur.selectedCointType) {