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

https://github.com/saitoxu/pyxel-reversi

Reversi game with pyxel
https://github.com/saitoxu/pyxel-reversi

python pyxel reversi

Last synced: 2 months ago
JSON representation

Reversi game with pyxel

Awesome Lists containing this project

README

          

# pyxel-reversi

[pyxel](https://github.com/kitao/pyxel)を使ったリバーシ

## How to play

[pyxelのインストール方法](https://github.com/kitao/pyxel#how-to-install)に従って事前にpyxelをインストールしてください。

```sh
$ git clone https://github.com/saitoxu/pyxel-reversi.git
$ cd pyxel-reversi
$ python3 reversi.py # or python reversi.py
```