// #include "Fou.h"
Fou::Fou(int x, int y) : Piece(FOU, x, y) {
}
// ABSTRACT
string Fou::getchar(){
return "\u265D";
return "\u2657";