User profile: Ariya123

User info
User name:Ariya123
Name:Ariya
History
Joined:
Number of posts:5
Latest posts:

Shogi(Japnese Chess) in C++
When a player's move threatens to capture the opposing king on the next turn, the move is said to gi...

Shogi(Japnese Chess) in C++
Thank you AbstractionAnon.

Shogi(Japnese Chess) in C++
I don't understand how to implement the rules?

Shogi(Japnese Chess) in C++
I am done with promotion of pieces. bool promotion(char CB[9][9], int EC[2], char &turn) //EC-endco...

In need of some help
I am making shogi game(Japnese chess) in C++. Need some help in promotion of pieces and checkmate?