rock-paper-scissors

所属分类:论文
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2019-01-08 15:32:51
上 传 者sh-1993
说明:  以python和石头剪刀游戏为例学习编程,
(Learning programming with python and the rock-paper-scissors game as casus,)

文件列表:
.idea/ (0, 2019-01-08)
.idea/encodings.xml (135, 2019-01-08)
.idea/misc.xml (185, 2019-01-08)
.idea/modules.xml (290, 2019-01-08)
.idea/rock-paper-scissors.iml (398, 2019-01-08)
__pycache__/ (0, 2019-01-08)
__pycache__/gui_play.cpython-37.pyc (921, 2019-01-08)
__pycache__/menu.cpython-37.pyc (909, 2019-01-08)
area_calc.py (299, 2019-01-08)
catalog_tkinter.py (1370, 2019-01-08)
classes.py (561, 2019-01-08)
comprehensions.py (481, 2019-01-08)
dictionaries.py (568, 2019-01-08)
functions.py (249, 2019-01-08)
gui_play.py (565, 2019-01-08)
if_elif.py (253, 2019-01-08)
loops.py (147, 2019-01-08)
menu.py (1104, 2019-01-08)
password_gen.py (634, 2019-01-08)
ranges.py (132, 2019-01-08)
rock_paper_scissors.py (2656, 2019-01-08)
rock_paper_scissors_gui.py (5889, 2019-01-08)
string_format.py (198, 2019-01-08)
test.py (126, 2019-01-08)

# rock-paper-scissors Learning programming with python and the rock-paper-scissors game as casus --- # Tkinter In this casus I used Tkinter to create a GUI version of the rock-paper-scissors game The file name for the GUI version is `rock_paper_scissors_gui.py` # Console version In the first place I created this game as a console application. The file name for that is `rock_paper_scissors.py` # And the other stuff? As you can see some other stuff in this repo, those files contain examples of code I wrote in the period I was learning python --- what I'm still doing..

近期下载者

相关文件


收藏者