Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 406 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 406 Bytes

Chess Ocaml Command line

How to run:

git clone https://github.com/MatheusGh0st/ocaml_chess
dune exec ocaml_chess

Awaiting the color: White
8 T N B Q K B N T 
7 P P P P P P P P 
6 - - - - - - - - 
5 - - - - - - - - 
4 - - - - - - - - 
3 - - - - - - - - 
2 P P P P P P P P 
1 T N B Q K B N T 
  a b c d e f g h 
Origin: 
Destiny:

Todo:

  • Implement Check
  • Implement Checkmate