master
Commits on May 6, 2016
-
mef11025 committed
May 6, 2016 -
Fixed null pointer exception in ServerPlayer
Added adaptive logic to server response, fingers crossed
cdk10001 committedMay 6, 2016
Commits on May 3, 2016
-
john committed
May 3, 2016 -
Swapped min and max. Even I can't beat it now.
Aaron committedMay 3, 2016 -
Aaron committed
May 3, 2016 -
mef11025 committed
May 3, 2016 -
Fixed minor bug causing AI to needlessly give jumps away to user. Now
plays more aggressively.
mef11025 committedMay 3, 2016
Commits on May 2, 2016
-
Added server communication and execution loop to listen()
Listen now takes a username, password and opponent option as arguments Edited makeMove() to accept an arraylist of moves, and make them. Needs review to be sure that it functions as intended, as well as make sure that it can move first as well. Easy as just taking out the null stipulations? Edited Player to allow for changing color of the player, since it's determined by the server. NOTE: I don't know if I got better or the AI got worse, but I can beat it pretty easily
cdk10001 committedMay 2, 2016
Commits on May 1, 2016
-
Made the code a lot more modular and set it up so it can easily commu…
…nicate with the server
john committedMay 1, 2016 -
Added Main class. User is now prompted to choose a mode. Interactions…
… are disabled in server mode and when the AI is making a move
john committedMay 1, 2016 -
refactor code for backHeuristic
Aaron committedMay 1, 2016 -
Merge branch 'master' of https://github.uconn.edu/jwb11006/CSE-4705-C…
top13001 committedMay 1, 2016 -
fixed the error in backHeuristic and added javadocs to backHeuristic and
centHeurisitic
top13001 committedMay 1, 2016 -
Piece differential weight increased to 5 - so strong!
Aaron committedMay 1, 2016 -
Aaron committed
May 1, 2016 -
Merge branch 'master' of https://github.uconn.edu/jwb11006/CSE-4705-C…
Aaron committedMay 1, 2016 -
Added Pole heuristic parameter
Aaron committedMay 1, 2016 -
top13001 committed
May 1, 2016 -
Merge remote-tracking branch 'origin/master'
top13001 committedMay 1, 2016 -
top13001 committed
May 1, 2016 -
Added weighted coefficient constants for each heuristic paramter
Aaron committedMay 1, 2016 -
Merge branch 'master' of https://github.uconn.edu/jwb11006/CSE-4705-C…
top13001 committedMay 1, 2016 -
top13001 committed
May 1, 2016 -
Aaron committed
May 1, 2016 -
Aaron committed
May 1, 2016 -
Aaron committed
May 1, 2016 -
Added skeleton for different heuristics parameters. Added a function …
…to map between Samuel's piece numbering to a Location on our board
Aaron committedMay 1, 2016 -
Merge branch 'master' of https://github.uconn.edu/jwb11006/CSE-4705-C…
Aaron committedMay 1, 2016 -
Aaron committed
May 1, 2016 -
Merge branch 'master' of https://github.uconn.edu/jwb11006/CSE-4705-C…
john committedMay 1, 2016 -
Fixed bug with jump sequence for user. A random move is now chosen wh…
…en all moves return the same score
john committedMay 1, 2016
Commits on Apr 30, 2016
-
Fixed Communications string-to-move and move-to-string functions to c…
…omply with the server's representation
Aaron committedApr 30, 2016 -
john committed
Apr 30, 2016 -
john committed
Apr 30, 2016