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
- Host: GitHub
- URL: https://github.com/saitoxu/pyxel-reversi
- Owner: saitoxu
- Created: 2020-05-07T09:35:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T11:43:30.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T12:16:24.279Z (8 months ago)
- Topics: python, pyxel, reversi
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```