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
- Host: GitHub
- URL: https://github.com/omriwa/checkers
- Owner: omriwa
- Created: 2017-04-30T16:15:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T17:05:41.000Z (about 9 years ago)
- Last Synced: 2025-12-31T06:54:31.223Z (6 months ago)
- Topics: design-patterns, java, mvc, oop
- Language: Java
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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.