From 311029db1f6175a58960a33934616cbc0d014dca Mon Sep 17 00:00:00 2001 From: Ole Morud <82065181+olemorud@users.noreply.github.com> Date: Wed, 22 Mar 2023 10:47:58 +0100 Subject: [PATCH] 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 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2adb55..dd43e5c 100644 --- a/README.md +++ b/README.md @@ -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