Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takana671/othellogameboard

OthelloGameBoard made with Python
https://github.com/takana671/othellogameboard

othello pygame python3 reversi-game sprite

Last synced: 5 days ago
JSON representation

OthelloGameBoard made with Python

Awesome Lists containing this project

README

        

# OthelloGameBoard

A python implementation of Othello Game Board

# Demo
![othello_demo](https://user-images.githubusercontent.com/48859041/165873279-78d8f820-c198-402f-ada6-00a0e3a91c8c.gif)

# Requirements
* Python 3.8
* pygame 1.19.2

# Environment
* Windows10

# Ueage
* Execute a command below on the command line

```
>>>python othello.py
```

* A small circle under grids shows your disk color.
* Click on a grid to place a disk.