Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bscholer/325-chess-game
https://github.com/bscholer/325-chess-game
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bscholer/325-chess-game
- Owner: bscholer
- Created: 2020-11-21T15:06:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T13:29:13.000Z (over 2 years ago)
- Last Synced: 2024-12-17T01:25:01.387Z (23 days ago)
- Language: Java
- Size: 295 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess Game (325 Final Project)
### ExecutingIMPORTANT: There is an issue with the Chess API we are using that basically ends the game after a minute or so. We didn't realize this until we had almost completed the project.
More about that issue on the API's [GitHub](https://github.com/anzemur/chess-api/issues/2)
To execute the code, run `src/Main.java`. Please note that there is one dependency, `lib/json-20201115.jar`.
You'll notice that the game is fairly slow--to speed it up, please change `useTimeAPI` to `false` in src/TimeServer.java.
Doing this will make the program use Java's prebuilt Time/Date classes to get the time for logging, instead of the (slow) time API.
Sometimes the reset game and language dropdown disappear. To fix this, just hover your mouse around that area, and they should reappear.