/OthelloGame

Simple Othello Game PvP in console using python.

Primary LanguagePythonMIT LicenseMIT

OthelloGame

Simple Othello Game PvP in console using python.

Installation:

  • Make sure to clone this repository to your computer, you can use git clone https://github.com/Aplex2723/OthelloGame.git

  • You can run the console game typing py Main.py or python Main.py, if you have python3 you need to use python3 Main.py

Dependencies

  • Library os
  • Library ABS for the use of abstractmethod