You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
13:19:47,629 INFO [com.magusgeek.brutaltester.Main] *** End of games ***
+----------+----------+----------+
| Results | Player 1 | Player 2 |
+----------+----------+----------+
| Player 1 | | 7,00% |
+----------+----------+----------+
| Player 2 | 52,70% | |
+----------+----------+----------+
Just add win in column could make it easyer to read :
13:19:47,629 INFO [com.magusgeek.brutaltester.Main] *** End of games ***
+--------------+----------+----------+
| Results | Player 1 | Player 2 |
+--------------+----------+----------+
| Player 1 win | | 7,00% |
+--------------+----------+----------+
| Player 2 win | 52,70% | |
+--------------+----------+----------+
And ideal when only 2 player (most of codingame) would be :
13:19:47,629 INFO [com.magusgeek.brutaltester.Main] *** End of games ***
+--------------+----------+
| Results | Scores |
+--------------+----------+
| Player 1 win | 7,00% |
+--------------+----------+
| Player 2 win | 52,70% |
+--------------+----------+
| Draw | 40,30% |
+--------------+----------+
What do you think about it ?
The text was updated successfully, but these errors were encountered:
Now, like in readme, the summary look like :
Just add win in column could make it easyer to read :
And ideal when only 2 player (most of codingame) would be :
What do you think about it ?
The text was updated successfully, but these errors were encountered: