Display the final score ha haaaaa

This commit is contained in:
Bill Rossi 2025-02-22 14:02:32 -05:00
parent 83b1ae2cb9
commit 040a807c7f

3
game.c
View File

@ -645,6 +645,9 @@ void run_frame_calculating_dekiyaku_score(Game *g) {
}
void run_frame_end_of_round(Game *g) {
kan_points_string(g, g->player.points, g->player.points_string);
kan_points_string(g, g->right.points, g->right.points_string);
kan_points_string(g, g->left.points, g->left.points_string);
g->current_round++;
if (g->current_round >= g->number_of_rounds) {
g->state = GAME_STATE_END_OF_GAME;