https://github.com/takana671/othellogameboard
OthelloGameBoard made with Python
https://github.com/takana671/othellogameboard
othello pygame python3 reversi-game sprite
Last synced: 11 months ago
JSON representation
OthelloGameBoard made with Python
- Host: GitHub
- URL: https://github.com/takana671/othellogameboard
- Owner: taKana671
- License: mit
- Created: 2022-03-17T14:17:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T12:52:03.000Z (about 4 years ago)
- Last Synced: 2025-01-31T22:58:48.061Z (over 1 year ago)
- Topics: othello, pygame, python3, reversi-game, sprite
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OthelloGameBoard
A python implementation of Othello Game Board
# Demo

# 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.