Skip to content

Files

Latest commit

501f41e · May 23, 2017

History

History
21 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 418 Bytes

shogi.d

a shogi board implementation written in the D programming language

コンピュータ将棋における「指し手の生成」と「盤面更新」のD言語実装例です.

Installation

$ git clone https://github.com/kfule/shogi.d.git
$ cd shogi.d
$ dub --compiler=ldc2

Licence

MIT

Author

kfule