jpbruyere / Chess

3D Chess client using Stockfish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess

Donate Build Status Build Status Windows

Stockfish client using Crow.OpenTK libraries.

Please report bugs and issues on GitHub

Building

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 :

chess chess chess

About

3D Chess client using Stockfish


Languages

Language:C# 97.3%Language:GLSL 2.7%