We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Piece.id
Piece.player
(07/24 変更)
Methods
Calc::rotate2dVector(2dVec, string direction)
"right"
"left"
"reverse"
Calc::id2name(size_t id)
Calc::name2id(string name)
Debugモードでビルドして例外がスローされた場合、output.txtにエラーメッセージが出力されます
output.txt
参考にしてもらっているJavaScriptのコード http://www.arts-net.co.jp/team/staff_blog/04/12574.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Develop Note
Piece.id
Piece.player
(07/24 変更)
Methods
Calc::rotate2dVector(2dVec, string direction)
direction ->
"right"
or"left"
or"reverse"
Calc::id2name(size_t id)
Calc::name2id(string name)
例外処理を追加
Debugモードでビルドして例外がスローされた場合、
output.txt
にエラーメッセージが出力されますshogi.js
参考にしてもらっているJavaScriptのコード
http://www.arts-net.co.jp/team/staff_blog/04/12574.html
The text was updated successfully, but these errors were encountered: