Skip to content

AdamStelmaszczyk/Checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Checkers Build Status

Build (the same in .travis.yml):

mkdir bin
javac -d bin $(find src -name *.java)
jar cfe checkers.jar Checkers -C src .

Run:

java -jar checkers.jar &

You should see:

Run it again to have two windows, click "Stwórz grę" (Create a game) in one of them.

Then go to the other window and click "Dołącz do gry" (Join a game). Dialog will appear asking you for server IP address - leave the default (127.0.0.1) and press OK.

A game should start:

About

Multiplayer Checkers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published