1
0
mirror of https://github.com/tiyn/yeschess.git synced 2025-10-15 12:31:16 +02:00

base: chess now basically works

The most important movements and even en passant and castling are implemented.
A cli game is not done for now.
An engine is the goal of the project, but will be focussed at the end of the basic development.
This commit is contained in:
TiynGER
2020-12-12 22:57:02 +01:00
parent 3747b1ae49
commit b30aa89dc0
3 changed files with 526 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
# ychess
**Attention**: This code is under construction and not finished yet.
ychess is a chess implementation written in nim.