Skip to content

josegalarza/reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reversi

Python implementation of Reversi

How to play

Run the Python script:

python reversi.py

The initial board will be shown and the players will start playing in turns.

Player ⚫️ goes first, let's say it plays a valid move, for example F4.

Game start

The game will update the board with the player's move.

I will then be the turn of the next player (assuming it can move).

Next round

For the actual rulese on how to play this game, visit the Wikipedia site.

Releases

v1.3

  • Single player mode (PvAI)
  • Fix flip bug
  • Better UI

v1.2

  • Better UI - square board

v1.1

  • Better UI - colored board, emojis and score count
  • Fix bug of invalid input moves

v1.0

  • Players take turn to play
  • Handler for bad input
  • Evaluates an input move is valid or not
  • Game ends when the board is full
  • Game ends if one player has "dominated", the other player is not longer in the board

TODO

  • Python2 compatible

About

Python implementation of the game Reversi, aka Othello

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages