From abf0a758761b695e078080792e30a1de45d2a880 Mon Sep 17 00:00:00 2001 From: Hugo Hutri <55588133+hugohutri@users.noreply.github.com> Date: Mon, 10 Jan 2022 17:49:57 +0200 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..04dc853 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Terminal Chess + +Graphical Chess application that can be run from the commandline. It was made using Python and it can run on Linux terminals with rgb color support. User can play the game by clicking the chess pieces in the terminal window. + + + +### Technologies / Tool used + +![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)) +![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white) +![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)