リバーシのアルゴリズム5 – WPFへ
DOS版ができたので、次はフロントをWPFプログラムへしました。
WPFのグリッドシステムをできるだけ使おうのコンセプトで作成しました。
Reversi.sln
- Reversi.csproj(WPF版)
- Reversi.Engin.csproj(リバーシのメイン処理。リバーシのアルゴリズムをC#に移植)
- ConsoleTest.csproj(テスト用DOSプログラム)
Reversi(WPF)の構成はView
- MainWindow.xaml
- Board_View.xaml
- Square_View.xaml
ViewModel
- MainWindow_ViewModel.cs
- Board_ViewModel.cs
- Square_ViewModel.cs
ソース=>[download id=”28″]
実行ファイル= >[download id=”29″]