Use SVG file to display chessboard in README.md

Used https://github.com/wader/ansisvg to render svg, will match terminal for a given system unless someone decides to use a sans-serif font for their terminal
This commit is contained in:
Ole Morud
2023-03-22 10:47:58 +01:00
parent 60942dcfd2
commit 311029db1f

View File

@@ -1,6 +1,8 @@
# Terminal Chess
![image](https://user-images.githubusercontent.com/82065181/226206893-6ee3e12d-89a6-47ef-9ce0-9ed6f41c2d6f.png)
![chess2](https://user-images.githubusercontent.com/82065181/226863987-54fd282b-eaea-4213-bb62-8eaafa35a10c.svg)
## Compile and run
```sh