-
Notifications
You must be signed in to change notification settings - Fork 0
muuz/moose4
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Latest commit | ||||
Repository files navigation
How to run: 1) Build the project (ant) 2) Change directories into your distro directory (cd build/dist) 3) Start the server (java -jar *JARNAME*.jar server) 4) Start the client (java -jar *JARNAME*.jar client <IP> <PORT>) Important notes: - depth is controlled by the value DEPTH in Constants.java - The actual depth value achieved is whatever is specified in DEPTH + 2 - One extra because the first layer is not counted, the second is because we include index 0. - if DEPTH = 8, the depth it is computing is actually 10 - the server and client are both run from the ConnectFour.java file - the server runs on port 44521
About
A Connect-4 AI implemented in Java SE
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published