-
https://github.com/Ninomura/Othello/blob/25a0716f28573dd9e85d3a73641c697f3c5316a2/%E3%82%AA%E3%82%BB%E3%83%AD_%E4%BA%8C%E6%9D%91/DirectX9/DirectX9/Winmain.cpp#L940
これも#2 と一緒で関数にするとコードがスッキリするよ
-
反対が無ければconstでよいものはconstにした方が読み易いのでそうしたい。
usagi updated
9 years ago
-
There are 2 differences from Othello rules:
1. Black always goes first.
2. You can pass if and only if you cannot make a move. If you _can_ make a move, you _must_.
-
@robdgrif
My idea is to do a comparison/analysis of Shakespeare's Romeo & Juliet and Othello. It would be similar to the template provided where word count is compared. Both works can be accessed vi…
-
```js
let plays = {
"hamlet": {"name": "Hamlet", "type": "tragedy"},
"as-like": {"name": "As You Like It", "type": "comedy"},
"othello": {"name": "Othello", "type": "tragedy"}
};
l…
-
@harsh3055 has a design idea for buttons of the home screen, something like Othello discs with labels from the side, we need to make this button widget. Harsh will be able to further tell you about h…
-
mimosaとかLionとかあるらしいっすよ。
http://www.soongsky.com/othello/en/download/other.php
-
例えばこういうの
https://github.com/sapporocpp/othello-battler/blob/master/othello_runner.cpp#L26
引数で参照を受けて関数内で結果をそれに返すという実装、これを例えばtupleで必要な情報をまとめて返すなどに変更する。
参照で受けて使う関数は呼び出し前に変数を用意する必要があり、小さな事でも初心者には手間やわかり…
usagi updated
9 years ago
-
そろそろ身の程を知ったほうが良くないですか?
https://qiita.com/y-tetsu/items/2d5a199e401aa846891f
https://www.codingame.com/multiplayer/bot-programming/othello-1
-
uniform int distribution がchar をテンプレートパラメーターとして対応しない実装のため翻訳できない
usagi updated
9 years ago