Plain-language edition v5.2

ReverStarGo (RSG) — Independent Research Report Measuring the strategic depth of a new board game

RSG is a board game played on 37 hexagonal cells arranged in a star shape. We used data to ask how deep it really is, compared with Reversi.
This is the plain-language edition of the full academic report. It takes about 10 minutes to read.

Takeshi Nishiguchi, Independent Researcher  /  April 2026  /  v5.2 (Revised August 2026)

🎮 Introduction — the game, and how this study came about

Forty years ago, I had an idea for a new board game. Back then you had to build the board and the stones yourself, and I never managed to turn the idea into something real.

Time passed, and we reached an era in which anyone can build an app with the help of AI, so at last the idea could take shape. Rethinking it as "how would I build this today?", I shrank the original design (a larger board of 73 cells) down to a smaller star-shaped board of 37 cells, better suited to the way people play now.

But that raised a worry.

The worry

"On a board this small, won't a computer searching a few moves ahead simply settle on the best move every time, leaving the game shallow in the end?"

So I had AI players compete against each other in three Reversi-family games, and used the data to find out whether RSG is genuinely deep, or shallow. This page is the plain-language edition of that analysis, told in the simplest words I could find.

1. What kind of game is RSG?

RSG (ReverStarGo) is a board game that combines elements of Reversi and Go with rules of its own. Its main features are:

In short: Reversi + the "surround and capture" idea from Go + strategic elements of its own.

Note

RSG is published as a free browser app (links at the bottom of this page). The rules are explained in full, with diagrams, in Chapter 1 of the academic report.

2. What does "the depth of a game" even mean?

We all say things like "this game has real depth" or "that one is shallow". But how would you put a number on it?

2-1. "Play the same game many times — is every game different?"

This study starts from the following question.

The question

"If you play the same game 10,000 times, how different are those games from one another?"

If every game unfolds differently, the range of viable strategies is wide — which sounds like depth.
If the same shapes come round again and again, the range is narrow.

2-2. The β (beta) value

To measure this we use Heaps' law, a long-established relationship. It was originally used in linguistics to describe how quickly new words appear as you read further into a text.

V(n) = K × nβ

Don't worry about the details of the formula. What matters is β (beta).

What β means: in 10,000 games, how many distinct games appear? β = 1.0 every game differs wide strategy space β = 0.5 repeats creep in converges somewhat β = 0.0 same game at once narrow strategy space

So β is an index of how slowly a game runs out of fresh strategic ground.

2-3. But β alone cannot measure depth

Here is where it gets interesting.

Set two AI players that move completely at random against each other, and every game record comes out different, so β lands close to 1.0. That is not because there is strategy — it is because there is no strategy, so anything goes. (In this study, the weakest AI level — the one closest to random play — produced β ≈ 1.0 in all three games.)

Key point

The absolute value of β on its own tells you nothing about whether a game is deep. A high value may simply mean "no strategy at all", and a low value may simply mean "the openings settled early".

So how can we get at the real depth of a game?

2-4. What matters is how β moves as the search gets deeper

This study takes the following approach.

The idea behind this study

Within the same game, vary how far ahead the AI looks, from shallow (D1) to deep (D5), and watch how β moves.

In other words, what this study calls "the depth of a game" is not the absolute value of β, but the pattern of change in β as the search depth increases. That pattern is exactly what leads to the "J-shaped behavior" described in Chapter 4.

Think of reading a book: at first almost every other word is new to you, but after a while you start thinking "that word again". The same way of thinking about "how fast new words appear" is applied here to "how fast new games appear".

3. An experiment with three sibling games

Studying RSG on its own would never answer "but is it really deep?". So we ran three games from the Reversi family under identical conditions and compared them.

① 6×6 Reversi

36 cells · about 32 moves · square board · pure Reversi

Reversi on a board almost the same size as RSG in cell count. But both the shape of the board (square) and the rules differ. It is the control group that is "close enough in size to compare with RSG".

② RSG (the subject of this study)

37 cells · about 33 moves · hexagonal cells in a star shape · Capture + Call + Ko

The subject of this study. Its cell count is almost identical to 6×6 Reversi, but the board is a star shape of hexagonal cells and the rules are its own.

③ 8×8 Reversi

64 cells · about 60 moves · square board · the standard game

The standard 8×8 Reversi that almost everyone knows. About 1.7 times larger than RSG, with roughly twice as many moves.

3-1. The same AI in every game

This is the crucial part. We implemented the same AI architecture for all three games. There are 10 levels (Lv.1–Lv.7 and D1–D5; because Lv.6 = D2 and Lv.7 = D5 overlap, that makes 10 distinct levels), and at each level we ran 10,000 games of self-play between opponents of the same level. That is 300,000 games across the three titles.

Why same-level matches?

If the two AI players differ in strength, the stronger one simply wins and the results skew. By looking only at matches between equals, we can observe the intrinsic range of strategy the game offers at that level.

4. Results — the magnitude of the J-shape splits the three games

Measuring β while varying the search depth (D1–D5) revealed a curious pattern shared by all three games.

4-1. A trough at D2, a rise from D3 — "J-shaped behavior"

In all three games, β falls and then rises again as the search deepens. This study calls that movement "J-shaped behavior" (a term borrowed from economics and other fields).

Figure 1 below shows the whole picture.

Figure 1 Combined β values, Lv series + D series (three games) 0.00 0.20 0.40 0.60 0.80 1.00 Lv.1 Lv.2 Lv.3 Lv.4 Lv.5 D1 Lv.6 (=D2) D3 D4 Lv.7 (=D5) evaluation-function variants Negamax search depth 8×8 Reversi RSG 6×6 Reversi Markers: Lv series D series (extra) level / search depth β value

In Figure 1, the left half of the horizontal axis is the evaluation-function variants (Lv.1–Lv.5, AI players that do not look ahead), and the right half is the Negamax search depth (D1–D5, AI players that do). In all three games you can see β drop sharply from Lv.5 to D1, bottom out at D2, and then climb again from D3 onwards.

That "down, then up" movement is what J-shaped behavior actually is. All three games show the same shape.

4-2. The magnitude of the J-shape is what separates the three games

The interesting part is that all three games show a J-shape, but the magnitude differs. Figure 1 already shows it: blue (8×8) recovers the most, green (6×6) the least. Here are the β values for the whole D series.

Search depthRSG8×8 Reversi6×6 Reversi
D10.3690.4450.000
D20.3700.3800.010
D30.4620.6640.058
D40.4240.6630.021
D50.5390.6830.097

β values from a 7-point regression over n ≥ 500 (checkpoints at 500 / 1,000 / 2,000 / 4,000 / 6,000 / 8,000 / 10,000 games).

Now compare the size of the rise from D2 to D3, the point where the J turns upward.

Gameβ at D2β at D3RiseClass
8×8 Reversi0.3800.664+0.284large J-shape
RSG0.3700.462+0.092moderate J-shape
6×6 Reversi0.0100.058+0.048small J-shape

In other words, how much new strategy opens up when you look further ahead differs sharply between the three games. In 8×8 Reversi, searching deeper opens up a great deal (large J-shape). RSG opens up a fair amount (moderate). 6×6 Reversi opens up very little, however deep you search (small J-shape).

4-3. Which group does RSG belong to?

🔵 8×8 Reversi (large J-shape, β = 0.38–0.68)

The standard game. A large board, and a correspondingly wide range of strategy.

🔴 RSG (moderate J-shape, β = 0.37–0.54)

The board is about 58% the size of 8×8 Reversi and games are about 55% as long, yet the qualitative feature — J-shaped behavior — is the same as in 8×8, and the range of β values is at a level comparable to it. And compared with 6×6 Reversi (36 cells, about 32 moves), which is almost exactly the same size, RSG (37 cells, about 33 moves) sits at a clearly deeper level despite near-identical size and game length.

🟢 6×6 Reversi (small J-shape, β = 0.00–0.10)

Almost the same 36 cells as RSG, and a square-board relative of the same family, yet its J-shape is far smaller. Searching deeper does not open up much strategy space.

5. Why is this interesting?

5-1. Similar size, different worlds

If the story were as simple as "the bigger the board, the deeper the game", then RSG (37 cells) and 6×6 Reversi (36 cells) ought to come out at roughly the same depth.

In practice the two are clearly separated — by more than 0.36 in β — and they fall into different J-shape groups.

Game length tells the same story. Here is the average number of moves per game:

GameAverage moves per game
RSG36.04 (including passes; 31.61 actual placements)
6×6 Reversi34.62
8×8 Reversi62.69

Measured over 10,000 D5 self-play games per title. The round figures given in the game cards in Chapter 3 ("about 33 moves", and so on) are nominal board capacities; the numbers here are what the games actually ran to.

The strongest single answer

RSG and 6×6 Reversi run for almost the same number of moves, yet RSG's β is more than five times that of 6×6 Reversi at D5 (0.539 vs 0.097) — and the gap is wider still at shallower depths. That is the clearest answer to the natural objection, "surely a short game must be a shallow one".

What this study shows

The depth of a game is not decided by the size of the board alone.

The shape of the board (a star of hexagonal cells) and the rules (Capture, Call, Ko) widen the strategy space considerably. On a far smaller board, RSG landed in the same "J-shape" group as 8×8 Reversi (moderate J-shape).

5-2. It did not turn out to be a shallow game

An idea I had been holding on to for forty years could finally take shape in the age of AI. But shrinking it from 73 cells to 37 left the worry that it might have become a shallow game.
Comparing three Reversi-family games, the data answered as follows.
RSG is clearly deeper than the same-sized 6×6 Reversi, and sits at a level comparable to the larger 8×8 Reversi — that is, making it smaller did not make it shallow. That is the answer this study arrived at.

5-3. An honest comment from the author

This study has its limits.

5-4. Why stop at D5?

This study was carried out by an independent researcher on personal PCs (Intel Core i5, 16GB and 8GB of memory). Looking ahead is done by Negamax search, and each additional ply increases computation time exponentially.

Collecting 10,000 games of 8×8 Reversi at D5 (five plies of lookahead) took roughly 56 hours — about 2.3 days. D6 and beyond would mean leaving a PC running for days or weeks, which was not realistic, so D5 is where this round of work stops.

❓ Frequently asked questions

Q1. What is good about β being close to 1?

It means "games tend to unfold differently every time" — that is, the game is slow to grow stale and offers many strategic options. But a high β does not automatically make a game fun; it is strictly an index of the range of strategy.

Q2. Does a low β mean 6×6 Reversi is a "weak" game?

No. What this study observed is that with a smaller board the strategy space is narrower, so once the AI looks even a little way ahead the routes it judges promising are limited, and games converge on similar shapes.
It is also worth noting that 6×6 Reversi has been solved (Feinstein and others) and is known to be a win for White. The AI in this study searches only to D5, so it is nowhere near that conclusion, but the deeper it searches, the closer it presumably moves in that direction.

Q3. "A level comparable to 8×8 Reversi" — does that mean they are equal?

No. In absolute terms 8×8 Reversi is higher, and especially from three plies of lookahead onwards (D3–D5) its β values go considerably higher. "A comparable level" means that RSG belongs to the "moderate J-shape" group, close to 8×8 Reversi (large J-shape), rather than to the small J-shape of 6×6 Reversi. The point of this study's claim is that RSG falls in that range at all, on a board about 58% the size and with about half the number of moves.

Q4. Measurements come from AI play — isn't human strategy different?

Yes, it is. What this study measures is the strategy space that emerges when the same AI framework plays the game. How a game feels to a human, and how much fun it is, are different questions. That said, collecting large volumes of human game records is difficult, so using AI is also a practical compromise.

Q5. Why does the study go no deeper than D5?

On the author's personal PC, collecting 10,000 games at D5 took about 56 hours (roughly 2.3 days). Beyond D6 the computation time grows exponentially further, which is simply not realistic. If a more powerful computing environment becomes available, this will be revisited in a revised edition. 6×6 Reversi in particular may show a J-shape that rises much further with deeper search, and that remains an interesting open question.

Q6. Why call it a "J" shape?

Looking at the graph plainly, the curve drops and then climbs. "J-curve" and "J-shaped" are used worldwide in economics, sociology and medicine for exactly this pattern of an initial decline followed by a later rise, and this study follows that convention. (Japanese readers have pointed out that the hiragana character "し" is arguably an even better visual match — and they are right 😊)

Q7. What is good about a large J-shape?

A large J-shape means "when you look further ahead, a lot of new strategy appears". From a player's point of view, it is a game where the harder you think, the more there is to discover. A small J-shape means the opposite: the best move settles beyond a certain point, and thinking deeper produces few new lines. So the magnitude of the J-shape reflects how much room the game leaves a player to dig into it. (Again, a large J-shape does not automatically mean "more fun" — it is an index of the breadth of strategic options.)

Revision history

The date of authorship remains April 2026, as that is when the data was collected.

This English edition follows the Japanese plain-language edition v5.2. It adds a little context for readers outside Japan — the table of average game lengths in section 5-1, and this revision history — but no figure and no conclusion differs from the Japanese edition.