reversi_game


reversi_game, a MATLAB code which sets up an interactive match of the game reversi (also called Othello) between the computer and a player, using text-based graphics.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

reversi_game is available in a MATLAB version and a Python version..

Related Data and Programs:

lights_out_game, a MATLAB code which sets up the Lights Out game, lighting up a few squares on a grid. An interactive user must then try to press squares in such a way that all the lights are turned off.

snakes_game, a MATLAB code which simulates the game of Snakes and Ladders, by Mina Aymin.

Reference:

  1. Al Sweigart,
    Invent your own computer games with Python,
    4th Edition, 2017,
    No Starch Press,
    ISBN13: 978-1-59327-795-4
    LC: QA76.76.C672

Source Code:


Last revised on 25 June 2025.