Skip to content

Commit

Permalink
added board heading
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Apr 29, 2024
1 parent a0d4b78 commit b1c2c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,7 @@ impl Coup {

Self::log(format_args!("Starting \x1b[36m{}\x1b[39m rounds\n", rounds));

println!("🎲🎲 \x1b[1mBOARD\x1b[0m 🎲🎲\n");
for round in 0..rounds {
self.display_score();
// TODO: detect stop and record log in debug mode
Expand Down

0 comments on commit b1c2c5d

Please sign in to comment.