Skip to content

Releases: arik-x0/chess-minimax

The server client chess game

16 Oct 19:47
Compare
Choose a tag to compare

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

16 Oct 13:29
Compare
Choose a tag to compare
Pre-release

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.