enkg60 / chess.cpp

2 Player Chess written in C++ with (optional) nerd font functionality using ncurses. (color: https://github.com/ikalnytskyi/termcolor)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create print_possible_moves function

enkg60 opened this issue · comments

A function that prints out possible moves to board using "check_moves" function taking array with position of piece as param

Finished in tix 5 and merged.