1
0
mirror of https://github.com/tiyn/yeschess.git synced 2025-04-01 14:47:44 +02:00

art: created art dir and moved pictures into it

This commit is contained in:
TiynGER 2021-05-14 23:57:17 +02:00
parent acb6a1ad77
commit 2d021366cb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# ychess # ychess
![ychess-logo](ychess.png) ![ychess-logo](./art/ychess.png)
ychess is a chess implementation and engine written in nim. ychess is a chess implementation and engine written in nim.
@ -26,7 +26,7 @@ You can simply run the tests with `nim c -r test.nim`.
Documentation is written into the code via DocGen. Documentation is written into the code via DocGen.
For this reason it is not saved in this repository. For this reason it is not saved in this repository.
To extract it into html run `nim doc --project --index:on --outdir:htmldocs game.nim` To extract it into html run `nim doc --project --index:on --outdir:docs game.nim`
### Moves ### Moves

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB