LoginSignup
1
1

More than 3 years have passed since last update.

pythonでつくるオセロ(GUIもどき)

Last updated at Posted at 2020-05-24

この記事の注意点

  • 初心者が手探りで作っただけです。
  • この記事は勉強には向いていません。

目次

1. この記事の注意点
2. 目次
3. 記事の内容
4. コード
5. 参考
6. 本題

記事の内容

python、tkinterを用いてオセロを作りました。
目的は「何かをつくる」以上でも以下でもなく、出来が悪いです。
こちらの方のコメント欄の解説が分かりやすいと思います。(後で見ました)
https://qiita.com/chi-na/items/8794c4bedb8edea03b70

コード

参考

*https://ruby-de-free.net/wp/how-to-make-othello-program-using-python-0/
*https://tech.pjin.jp/blog/2018/04/03/minesweeper_1/
*https://qiita.com/sensuikan1973/items/459b3e11d91f3cb37e43

本題

仕様

  • 対戦モードは人対人と人対CPUの二種類。色は固定。
  • CPUはランダムのみ
  • 演算はビットボード
  • 表示はtkinter

スクリーンショット

image.png
image.png

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1