@ -11,6 +11,7 @@ public class Game {
public static void main(String[] args) throws InterruptedException {
Game g = new Game();
Player winner;
clearScreen();
while(true){
for (Player p : g.players) {
int c = 0;