An open API service indexing awesome lists of open source software.

https://github.com/omriwa/checkers

checkers game, client and server based on RMI Java
https://github.com/omriwa/checkers

design-patterns java mvc oop

Last synced: about 1 month ago
JSON representation

checkers game, client and server based on RMI Java

Awesome Lists containing this project

README

          

The instructions for checkers system:

Server side setup:
1.Start the database server.
2.Run the main in Server.java

Client side setup:
1.Make sure that the server side setup were completed
2.Run the main in Client.java it will register you as a client in the registry table,
and it will wait for two players that will be register, after two player are registered
the board gameplay will start for each player.