Java chess robot for 4 player chess.

You can discuss all aspects of programming and technical matters here.

Moderators: Harvey Williamson, Watchman

Post Reply
sanderken
Posts: 1
Joined: Sun Jul 11, 2021 7:12 pm

Java chess robot for 4 player chess.

Post by sanderken »

Dear all,

I'm currently writing a site (in Java) to play chess with 4 players.

All is going well but:

as the African quote goes:

If you want to go fast,
go alone.
If you want to go far,
go together...

I've done (almost) everything on my own until now
(there is a friend that helps me out with the art work)
but now it's time to get some additional chess/Java minds to get on the ship...

I especially reach out on this forum as I'm working on the A.I. now, nothing fancy so far, just alpha-beta pruning and calculating the board value only based on the pieces...
(+ some optimization).

Everything runs on AWS machines, an engine gets a decent octacore to have the calculations done...

If you want to help this ship to float you can reach me on sander.thee@gmail.com...

Thanks in any case!

S.
Post Reply