-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,2 @@ | ||
# Oldboardgames | ||
世界最古のボードゲーム | ||
|
||
## オンラインモードについて | ||
1. サーバー用にするコンピュータで、TCPserver/x64/Release/TCPserver.exeを実行する。 | ||
2. サーバー用のコンピュータで、コマンドプロンプトからipconfigを実行する。 | ||
3. 自身のipアドレスをコピーする。 | ||
4. ゲーム本体を実行するクライアントで、/x64/Release/online.iniにサーバーのipアドレスに書き換える。 | ||
|
||
## ルール | ||
赤もしくは青を自分の陣地とし、その自分の陣地から石がすべてなくなったら勝ち。 | ||
|
||
石が緑の陣地に最後に止まったらもう一度自分のターンになる。 | ||
|
||
※石の色は関係ありません。 | ||
|
||
## ゲームの流れ | ||
1. 自分の陣地7つの中から一つを選ぶ。 | ||
2. 選んだ陣地から反時計回りに石を一つずつ置く。 | ||
3. 最後に置いた陣地が緑でなければ相手のターンに移行する。 | ||
|
||
## 操作方法 | ||
←→で陣地を移動 | ||
Enterで陣地を決定 | ||
世界最古のボードゲーム |