-
Notifications
You must be signed in to change notification settings - Fork 0
JoarGruneau/Checkers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Java skeleton for checkers dd2380 # Compile javac *.java # Run # The players use standard input and output to communicate # The Moves made are shown as unicode-art on std err if the parameter verbose is given # Play against self in same terminal mkfifo pipe java Main init verbose < pipe | java Main > pipe # Play against self in two different terminals # Terminal 1: mkfifo pipe1 pipe2 java Main init verbose < pipe1 > pipe2 # Terminal 2: java Main verbose > pipe1 < pipe2 # To play two different agents against each other, you can use the classpath argument java -classpath <path> Main init verbose < pipe | java -classpath <path> Main > pipe
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published