Implementing scoring


Last week I implemented scores. I plan the game to be rounds-based, i.e. a game will be 5 or 6 or 7 rounds (a round being a turn of the player, a turn of the AI/multiplayer opponent). The winner will be the one with the highest score at the end of the game. The score of the player increases each time of its creature has no opponent in its row, as in the Magic the Gathering, when you deal damage to the other wizard. Here is it in action:


To show the score I've added a little widget at the top of the opponent (top cards) and at the bottom of the player's cards. There's a little crown next to the leading player. Later I'll animate contributions to the score, like little +1 flying from creatures contributing to the score to the score's area.

Thanks for reading!

Leave a comment

Log in with itch.io to leave a comment.