Skip to content
Snippets Groups Projects
Commit 8ed2be0e authored by iliya's avatar iliya
Browse files

feat: testing with additional ai players

parent b524668d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import java.util.Scanner;
public class App {
public static void main(String[] args) {
int nbAIplayers = 3;
int nbAIplayers = 6;
int nbDecks = 5;
Scanner scanner = new java.util.Scanner(System.in);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment