CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - python game

搜索资源列表

  1. tetris_73

    0下载:
  2. python game 俄罗斯方块,代码量很少
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:617738
    • 提供者:lihaihua
  1. search

    0下载:
  2. 人工智能原理实现的吃豆子游戏,包含各种搜索方法和相应的支持文件爱你-Principles of Artificial Intelligence to eat beans to achieve the game, including a variety of search methods and the corresponding supporting documents love you
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:40626
    • 提供者:xuwenju
  1. MazeVC

    0下载:
  2. 使用vc++和python联合开发的迷宫游戏,python实现迷宫算法,在vc程序里面画图,值得研究一下-Using vc++ and python joint development of the maze game, python achieve the maze algorithm, in which drawing vc procedures, it is worth look
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7432854
    • 提供者:lq
  1. platformer-src

    0下载:
  2. 一个平台跳跃的游戏的源码. python-A platform jumping game source.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:60334
    • 提供者:有来有去
  1. Ppygsear-0532y

    0下载:
  2. Python游戏开发库pygame的一个支持库-A support library for Python game development library pygame
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1125601
    • 提供者:feng
  1. ball-game

    0下载:
  2. 用Python编的一个弹球游戏,通过手柄控制左右来使得小球不会掉下来,是一个很基础的游戏编程,能够帮助初学者来了解类与类的继承-Python is part of a pinball games, through the handle controlling the ball left and right to make will not fall, is a very basic game programming, can help beginners to understand the cl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:呼呼
  1. python

    0下载:
  2. python训练小程序,其中包括递归实现的额汉诺塔小游戏-python small training program, including the amount of recursive Tower of Hanoi game
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4221
    • 提供者:
  1. Eat-apple-Game

    0下载:
  2. 一个基于python的简单的吃苹果的游戏,对初学python的用户应该有一定的帮助!-Based on a simple python eating an apple game, for novice users python should have some help!
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:297478
    • 提供者:刘甲
  1. SNAKE

    0下载:
  2. 用Python自己做的贪吃蛇小游戏(Using Python to do their own Snake game)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:hzp5918
  1. 2048

    0下载:
  2. 这是我用wxPython做的一个2048游戏,有音效,大神勿喷。(This is what I do with wxPython, a 2048 game, there is sound, the great God does not spray.)
  3. 所属分类:Windows编程

  1. python

    2下载:
  2. 一个最简单的Python才数字小游戏,猜到8就继续,猜不到就退出,适合新手练习python(A single guess game in python)
  3. 所属分类:其他

    • 发布日期:2017-12-12
    • 文件大小:100762
    • 提供者:Kai.H
  1. Guess

    0下载:
  2. 一个简单python猜数字小游戏,适合新手练习,猜到8继续,错误终止(A simple python program to guess a number)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:100352
    • 提供者:Kai.H
  1. Greedy Snake

    0下载:
  2. 贪吃蛇小程序,主要用到python的tkinter模块,欢迎下载~(A small game developed in python)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:lythra
  1. flappy_bird_pynq

    0下载:
  2. 用python 实现了一个flappybird 游戏(a flappy bird game with python)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:啧啧屁
  1. Python写的贪吃蛇小游戏源码

    2下载:
  2. Python写的带简单图形界面的贪吃蛇小游戏,代码简短,是学习Python编程的好材料!(Python written with simple graphical interface Snake game, the code is short, is a good material to learn Python programming!)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:4096
    • 提供者:ddui
  1. class_37_homework_01

    0下载:
  2. 编写的一个python小游戏,乌龟吃小鱼: 假设游戏场景范围想(x,y)均为[0,10];游戏生成1只乌龟和10条鱼;他们移动方向均随机;乌龟最大移动能力为2(可为1或2),鱼最大移动能力为1;当移动到场景边缘自动向反方向动;乌龟初始体能为100(上限);乌龟每移动一次体力消耗1;乌龟与鱼坐标重合,乌龟吃鱼,乌龟体力增20;鱼暂不计体力;当乌龟体力为0或鱼儿数量为0游戏结束(Prepared a python game, the turtle to eat fish: Assuming th
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:321mumu123
  1. 2048

    0下载:
  2. 用Python编写的小游戏2048,比较简单(Classic game 2048 written in Python)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:193536
    • 提供者:bai_yang
  1. qpython

    0下载:
  2. calculator the game dfs枚举(calculator the game dfs enum)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:xdlnx
  1. python实现猜数小游戏

    0下载:
  2. Python实现猜数小游戏并形成游戏文档(this is a number game write by python)
  3. 所属分类:Shell编程

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:howie_zeng
  1. python game

    0下载:
  2. python编写的外星小游戏,可以发射子弹,消灭外星飞船(python bianxie de xiaoyouxi)
  3. 所属分类:其他

    • 发布日期:2019-11-06
    • 文件大小:451584
    • 提供者:weilee
« 12 3 »
搜珍网 www.dssz.com