← Back to Menu

Neon Reversi

About Neon Reversi

Neon Reversi is a sleek neon-styled implementation of Reversi (also known as Othello), a classic board game of strategic placement and territory control. The board is an 8×8 grid, and players take turns placing their colored discs. When you place a disc, any of your opponent's discs sandwiched between your new disc and an existing one — in any direction — get flipped to your color. The game ends when neither color has a legal move, and the player with the most discs wins.

Game Modes: Challenge the AI for a solo strategic battle, or play 2 Players locally against a friend. If a player has no valid moves, their turn is skipped. The game ends when neither player can make a move, and the disc count determines the winner.

Reversi rewards long-term thinking and positional awareness. Corner squares are the most valuable positions on the board — fight for them! Good luck, and may your strategy be unbeatable!

Turn: Player 1
Player 1
2
Player 2
2

Neon Reversi guide: legal moves, corners and mobility

Rules and move validation verified by Laureano Cantó · Updated September 2, 2026

How a legal move works

Place a disc on an empty square only when it brackets at least one opposing disc between the new disc and another of your color. Bracketing can happen horizontally, vertically, or diagonally, and one placement may flip several directions at once. The highlighted cells show every legal option for the current turn.

The game checks all eight directions independently. A neighboring opponent disc is not enough: the line must eventually reach one of your own discs without crossing an empty square. This validation was corrected in the September 2026 review so the playable board and written rule now use the same test.

Turn order and the end of the game

Black moves first. If the current player has no legal move, the turn passes automatically. The game ends when neither color can move, usually when the board is full. The color with more discs wins; equal totals produce a draw. The counter above the board updates after each placement.

For keyboard play, Tab visits the currently legal square buttons and Enter or Space places the disc. Each selectable square announces its row, column and whose legal move it represents. Occupied and illegal squares remain described but are removed from the normal Tab sequence.

Why corners matter

A corner can never be outflanked, so a disc placed there remains stable for the rest of the game and can help secure an entire edge. Squares directly beside an empty corner are risky because they may give the opponent access to it. Sometimes accepting fewer immediate flips is the better long-term choice.

Mobility before disc count

  • Early in the game, prefer moves that leave the opponent few legal replies.
  • Avoid filling the edges carelessly when a corner is still open.
  • Count the opponent's possible moves, not only the discs you flip now.
  • Near the end, calculate the remaining empty squares and plan the move order.

Useful comparison: after considering a move, count the opponent's highlighted replies. Fewer replies usually matter more than the number of discs turned over immediately.

Playing the computer or a friend

VS AI uses a straightforward opponent: it takes a legal corner whenever one is available; otherwise it prefers the move that flips the most discs. This makes it approachable for learning the rules, but it can be beaten by prioritizing mobility and corner control. Two-player mode keeps both colors on the same device and applies identical legal-move highlighting.

No account, player name, or online score submission is used on this page.

A concrete corner warning

Consider the top-left corner. Its three neighboring danger squares are row 1 column 2, row 2 column 1 and row 2 column 2. Occupying one while the corner is empty can supply the bracket that lets the opponent take the corner. The diagonal neighbor is especially risky because it cannot be protected by extending beyond the board.

The warning is positional, not absolute. Late in the game a neighboring square can be safe when the opponent has no legal route to the corner. Check the actual highlighted replies instead of following a memorized ban.

Stable discs and move order

A corner disc can never be flipped. Same-color edge discs connected continuously to that corner are often stable as well, because no opponent disc can appear beyond them. Interior discs that look secure may still change several times as diagonals open.

In the final empty squares, move order becomes countable. A pass can give one player consecutive turns, so do not assume colors will simply alternate until the board is full. Compare the legal replies after each candidate move.

What the built-in opponent evaluates

PriorityAI choiceWhat it does not calculate
1Take a legal cornerWhether a different move forces a stronger corner sequence later
2Choose the legal move that flips the most discs nowOpponent mobility several turns ahead
3Use a random legal move if no evaluated move flips a discFull endgame search or parity

Because every genuinely legal move flips at least one disc, the third case is a defensive fallback. The opponent is intended for learning the rules, not as a claim of expert Reversi strength.

© Laureano Cantó

Developer