Skip to content

asbestian/othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This project implements the game Othello.

Installation & execution

Execute and tested with Python 3.10

(Pygame does currently not work with Python > 3.10 on my machine.)

  • create virtual environemt: python3 -m venv venv
  • init venv: source venv/bin/activate
  • install dependencies: python3 -m pip install -r requirements
  • run via: python3 main.py

Keymap

When game is running, press

  • p to pass a move
  • q to quit the game
  • r to revert last move
  • s to show current scores

Pre-commit hooks

  • install pre-commit hooks via: pre-commit install

Author

Sebastian Schenker

About

Implementation of the board game Othello

Topics

Resources

License

Stars

Watchers

Forks

Languages