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.
The information on this web page is distributed under the MIT license.
reversi_game is available in a MATLAB version and a Python version..
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.