Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takana671/othellogameboard
- Owner: taKana671
- License: mit
- Created: 2022-03-17T14:17:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T12:52:03.000Z (over 2 years ago)
- Last Synced: 2023-03-05T22:55:45.349Z (almost 2 years 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
![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.