https://github.com/jpbruyere/chess
3D Chess client using Stockfish
https://github.com/jpbruyere/chess
3d chess game mono opengl opentk stockfish
Last synced: 6 months ago
JSON representation
3D Chess client using Stockfish
- Host: GitHub
- URL: https://github.com/jpbruyere/chess
- Owner: jpbruyere
- Created: 2016-03-09T17:40:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T15:19:19.000Z (over 7 years ago)
- Last Synced: 2024-04-14T02:42:58.513Z (over 1 year ago)
- Topics: 3d, chess, game, mono, opengl, opentk, stockfish
- Language: C#
- Size: 24.3 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess
[](https://www.paypal.me/GrandTetraSoftware) [](https://travis-ci.org/jpbruyere/Chess) [](https://ci.appveyor.com/project/jpbruyere/Chess)[Stockfish](https://stockfishchess.org/) client using **Crow.OpenTK** libraries.
Please report bugs and issues on [GitHub](https://github.com/jpbruyere/Chess/issues)
### Building
```bash
git clone https://github.com/jpbruyere/Chess.git # Download sources
cd Chess
git submodule update --init --recursive # Get submodules
nuget restore Chess.sln # restore nuget
xbuild /p:Configuration=Release Chess.sln # Compile
```
The resulting executable will be in **build/Release**.### Screen shots :
![]()
![]()
![]()