-
-
We should have a test that each license text in `_licenses` is the same as the plain text license in the SPDX collection to automate the requirement described at https://github.com/github/choosealicen…
-
So I decided to try how well does PyPyJS deal with some heavy code. In particular, it was Reversi AI that traverses state space of the game. State space based algorighms are typically CPU and memory d…
-
Hi,
I can't find any way debugging integration tests run with flutter drive.
in flutter site it's only say to use Observatory for debug, but not explain how to do this.
https://flutter.io/docs/te…
-
C64 Classix Gold is a collection of Commodore 64 games I've found in a bargain bin.
In the installation folder, there's a subfolder named "Emulator", containing the 1.16 version of VICE for Windows…
-
xモジュールのXの要素を代入するだけで、組み込みの変形ボードが設定できるようにしたい。
```python
from reversi import Board, BitBoard, X
diamond = Board(*X['Diamond'])
cross = BitBoard(*X['Cross'])
```
X配列の最初の要素に、盤面サイズ(8)を入れておくことで対応…
-
flip関数のスピードチェック #305 などのため、[perft](https://www.chessprogramming.org/Perft)のオセロ版を実装したい。
初手から決められた深さまでひたすら合法手を打ちまくって時間を計測するもの。評価関数や並列化などの外乱がないので純粋にボード処理の速さが求められる。
perft for reversi: https://aartbik.…
-
Wonderful job, friend.
Can you please tell us what's the performance you got with this approach? Do you have some statistics or something?
Regards!
-
## The dependency [vuex](https://github.com/vuejs/vuex) was updated from `3.1.1` to `3.1.2`.
🚨 [View failing branch](https://github.com/amercier/reversi-vue/compare/master...amercier:greenkeeper%2Fv…
-
OSGL contains games that were inspired by an original game. There is a list here: https://github.com/Trilarion/opensourcegames/blob/master/inspirations.md
The entries are here (example): https://gi…