Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 563 Bytes

File metadata and controls

16 lines (9 loc) · 563 Bytes

A CLI Chess built in Java

This is a side project I'm doing through the course

You play by writing where is the piece you want to move and then the place you want then to move. You use a letter from 'a' to 'h' and them a number from '1' to '8', e.g: d2, h5, e3...

image

TODO

  1. Use nerd font glyphs to show the pieces icons

  2. Give the player a option to choose between plain-text or nerd font.

  3. Make the board more readble to play.