https://github.com/stonesaw/4p-shogi
4人対戦の将棋
https://github.com/stonesaw/4p-shogi
cpp dxlib game shogi
Last synced: 3 months ago
JSON representation
4人対戦の将棋
- Host: GitHub
- URL: https://github.com/stonesaw/4p-shogi
- Owner: stonesaw
- Created: 2020-06-12T12:36:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T04:47:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T23:40:45.423Z (5 months ago)
- Topics: cpp, dxlib, game, shogi
- Language: C++
- Homepage:
- Size: 549 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 4P-shogi
4人対戦の将棋## C++ Version
SO C++17 標準 (std:c++17)## Debug Setting
デバッグ時のエラー(例外処理)を見るために、`output.txt`に結果を表示します。
以下の設定を行ってください。
プロジェクト(p) → [プロジェクト名]のプロバティ(Alt+F7) → 構成(C)をすべての構成にする → デバッグ→コマンド引数 → `>output.txt` と書く