https://github.com/vain0x/reversi
Concurrent Reversi (3x3 Tic-Tac-Toe with 6x6 Reversi sub-games) on browser
https://github.com/vain0x/reversi
browser-game game react reversi tic-tac-toe typescript
Last synced: 2 months ago
JSON representation
Concurrent Reversi (3x3 Tic-Tac-Toe with 6x6 Reversi sub-games) on browser
- Host: GitHub
- URL: https://github.com/vain0x/reversi
- Owner: vain0x
- License: apache-2.0
- Created: 2020-12-27T11:18:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T11:23:31.000Z (over 4 years ago)
- Last Synced: 2025-03-05T15:47:24.728Z (2 months ago)
- Topics: browser-game, game, react, reversi, tic-tac-toe, typescript
- Language: TypeScript
- Homepage: https://vain0x.github.io/reversi/concurrent/
- Size: 381 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reversi
ブラウザ上で遊べるリバーシです。(手動操作のみ。)
- [普通のリバーシ](https://vain0x.github.io/reversi/)
- [並行リバーシ](https://vain0x.github.io/reversi/concurrent/)
- 6x6 リバーシの結果で三目並べをする## 普通のリバーシ

## 並行リバーシ

- ルール:
- 黒が先手、白が後手
- 1回の手番でいずれかのリバーシに1手指す
- 決着のついたリバーシは、外側の三目並べのマスとして、その勝者の色の石になる
- 外側の三目並べで、同じ色の石を3つ並べたら勝ち