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

test: testing a single round with ai players

parent 482cbb0d
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ import java.util.Scanner; ...@@ -8,7 +8,7 @@ import java.util.Scanner;
public class App { public class App {
public static void main(String[] args) { public static void main(String[] args) {
int nbAIplayers = 0; int nbAIplayers = 2;
int nbDecks = 5; int nbDecks = 5;
Scanner scanner = new java.util.Scanner(System.in); 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