Flyboy1010 / GodotChess

Chess made in godot using c# and stockfish as the chess engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GodotChess

Chess made in godot using c# and stockfish as the chess engine.

Common rules like pawn doublepushes, en passant and castling are implemented, 3 fold repetition and 50 move rule are not.

It uses stockfish as the chess engine for the ai, this is done running the stockfish program as a process from c# and using the uci protocol to comunicate with it.

I do not own the sprites and the sounds (they are from chess.com hehe)

image

About

Chess made in godot using c# and stockfish as the chess engine


Languages

Language:C# 100.0%