0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[Python]文字の色を当てるゲームを作った

Posted at

動機

raspberrypiが余っていたので,祖父母が暇を潰せるようにとraspberrypiに適当なゲームを入れて贈りました.
最近はフリーセルばかりやっているようで,ボケないかと心配になりました.
少しは脳を使うことをやってほしく,またpythonで何か作ろうかなと考えていたので,文字の色を当てるゲームを作りました.

できたもの

demo2.gif

実装

pythonでのguiに関する日本語の資料はtkinterが最も充実していたのでtkinterにしました.

環境

Ubuntu 18.04.2 LTS
Python 3.6.7
tkinter 8.6

感想

OOPは座学ではやったことあるけど,実際にプログラミングするのは初めてなのでいろいろと戸惑いました.
コードが少し長くなったのでgithubに上げました.
はじめてgithubを触りましたが,便利そうなのでこれから勉強したいです.
あとREADMEもまともなのがかけるようにしたいです.

ソースコード

https://github.com/okamoto950712/color

0
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?