Skip to content

Commit

Permalink
tweaked readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed May 2, 2024
1 parent 4517117 commit c100d84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<p align="center"><img width="764" src="assets/coup.png"></p>

> This is a CLI implementation of the game of [COUP](http://gamegrumps.wikia.com/wiki/Coup).
<p align="center">This is a CLI implementation of the game of [COUP](http://gamegrumps.wikia.com/wiki/Coup).</p>

<p align="center">
<a href="https://crates.io/crates/coup"><img src="https://img.shields.io/crates/v/coup.svg" alt="crates badge"></a>
Expand Down Expand Up @@ -57,7 +57,7 @@ You can run the game in two modes: `play` and `loop`.
### Play mode

<p align="center">
<img width="764" src="assets/play.png">
<img width="882" src="assets/play.png">
</p>

The `play` mode will play a single game and nominate (a) winner(s) at the end.
Expand Down Expand Up @@ -85,7 +85,7 @@ fn main() {
### Loop mode

<p align="center">
<img width="968" src="assets/loop.gif">
<img width="680" src="assets/loop.gif">
</p>

The `loop` mode will play `n` amount of games and sum all score and nominate (a)
Expand Down

0 comments on commit c100d84

Please sign in to comment.