# Terminal chess ## Implemented - [x] Display board - [x] rudimentary letters - [x] colored tiles with unicode symbols - [x] Parse user input - [x] rudimentary parsing - [ ] algebraic notation - [ ] detect notation - [ ] Move validation ## Compile and run ```sh make ./chess ```