https://github.com/dideler/chess-park
Networked multiplayer chess in your browser
https://github.com/dideler/chess-park
Last synced: about 1 year ago
JSON representation
Networked multiplayer chess in your browser
- Host: GitHub
- URL: https://github.com/dideler/chess-park
- Owner: dideler
- Created: 2013-10-10T05:01:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-10T05:58:22.000Z (over 12 years ago)
- Last Synced: 2023-03-12T03:51:40.112Z (over 3 years ago)
- Language: Java
- Size: 3.53 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chess Park
==========
Networked multiplayer chess in your browser.

Inspired by another project of mine,
[Basic Browser Chess](https://code.google.com/p/basic-browser-chess/) (BBC).
The plan was to extend BBC and add online multiplayer to it, but we created
a new project instead.
Graham Sharp ([@pounddefine](https://github.com/pounddefine)) wrote the code.
I designed the interface and wrote the [technical paper](report.pdf).
The project was for an introductory networking course; we spent about 3-4 days
on the project.
I just want to try it out!
--------------------------
You'll need to run the JAR file.
Our [release page](https://github.com/dideler/chess-park/releases/tag/v1.0.0)
contains instructions on how to get started.
(There's also a [chess.jar](dist/chess.jar) file in the repository.)
For more detailed information, please do read our fantastic [paper](report.pdf).