资源简介
用Python做的24点游戏
代码片段和文件信息
#!/usr/bin/env python
#--coding:utf-8--
import stringtimeargparsemath
import traceback
from multiprocessing import Process LockPool
__author__=“CHANG Tiangen“
__date__=“20121102“
__copyright__=“Copyright 2012 a game for fun“
__license__=“GPL“
__version__=“0.1“
__email__=“changtiangen@gmail.com“
__status__=“Prototype“
__credits__=[]
def create_help_parser():
epilog_string=“Any bug is welcome reported to changtiangen@gmail.com“
description_string=‘The programe is going to caculate whether the line integer vector in the data file can obtain 24 by combination of \‘+\‘\‘-\‘\‘*\‘\‘/\‘.‘
parser = argparse.ArgumentParser(description=description_stringepilog=epilog_string)
parser.add_argument(‘-f‘ ‘--file‘ dest=‘fnIn‘ help=‘input file name.‘ required=True)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 50 2012-11-02 22:25 24pointsGame\pointData.txt
文件 5064 2012-11-02 22:23 24pointsGame\points.py
文件 5695 2012-11-27 16:20 24pointsGame\points.pyc
文件 94 2012-11-27 16:20 24pointsGame\pointSol.txt
目录 0 2012-11-27 16:20 24pointsGame
----------- --------- ---------- ----- ----
10903 5
- 上一篇:python 贪吃蛇 游戏
- 下一篇:Python爬取公众号文章
相关资源
- python一个打砖块的小游戏
- 贪吃蛇游戏
- 通过GUI页面实现猜数游戏
- 唐僧大战白骨精(源码)
- python推箱子 游戏素材
- python 贪吃蛇 游戏
- python 贪吃蛇 小游戏源码
- 五子棋游戏源码(python实现)
- Pygame游戏源代码:中国象棋
- python制作象棋程序源码(pygame)
- python双人五子棋 游戏原码
- python撞击球游戏
- python 贪吃蛇小游戏源码
- python 猜成语游戏
- Python贪吃蛇游戏
- python pygame flappybird 卷轴类小游戏
- Python基础,循环应用小游戏
- python外星人入侵 游戏源码
- python开发的飞机大战 游戏源码
- python贪吃蛇游戏源码
- python 2048小游戏源码
- python 拼图 小游戏
- python 飞翔的小鸟 小游戏(flappybird)
- python 飞机大战 游戏源码
- python 五子棋 游戏源码
- python扫雷游戏源码
- python 像素小鸟小游戏源码(flappybir
- python 射击类小游戏
- 《Python和Pygame游戏开发指南》随书源
- 贪吃蛇小游戏的代码
评论
共有 条评论