Releases: arik-x0/chess-minimax
Releases · arik-x0/chess-minimax
The server client chess game
This is the final release of my chess minimax game the second year project in java that I was working in.
- added the server client functionality meaning there is a file that runs a server that can control multiple clients in the network using sockets.
- added database so there is a username that is listed and remembered. Using SQL database.
- attached the image assets of the chess pieces and such.
Chess Mini - Max using Java GUI
This is the first year project that I was working on. I finished it in this state, it might had not a great AI using the method Mini-Max in chess.
- First year in college project.