登录
首页 » Python » 外星人代码

外星人代码

于 2020-06-21 发布
0 197
下载积分: 1 下载次数: 2

代码说明:

说明:  适合新手的小游戏,空格射击,方向键左右移动射击屏幕上方的外星人(Suitable for beginners of small games, space shooting, around the direction key mobile shooting screen above the alien)

文件列表:

外星人代码, 0 , 2019-07-25
外星人代码\.idea, 0 , 2019-07-25
外星人代码\.idea\inspectionProfiles, 0 , 2019-07-25
外星人代码\.idea\misc.xml, 294 , 2019-07-25
外星人代码\.idea\modules.xml, 289 , 2019-07-25
外星人代码\.idea\workspace.xml, 9456 , 2019-07-25
外星人代码\.idea\外星人代码.iml, 464 , 2019-07-25
外星人代码\alien_invasion, 0 , 2018-07-25
外星人代码\alien_invasion\.idea, 0 , 2018-07-25
外星人代码\alien_invasion\.idea\111.iml, 516 , 2018-07-25
外星人代码\alien_invasion\.idea\inspectionProfiles, 0 , 2018-07-25
外星人代码\alien_invasion\.idea\inspectionProfiles\Project_Default.xml, 270 , 2018-07-25
外星人代码\alien_invasion\.idea\misc.xml, 305 , 2018-07-25
外星人代码\alien_invasion\.idea\modules.xml, 258 , 2018-07-25
外星人代码\alien_invasion\.idea\workspace.xml, 31421 , 2018-07-25
外星人代码\alien_invasion\1.py, 74 , 2018-07-25
外星人代码\alien_invasion\alien.py, 1277 , 2018-07-25
外星人代码\alien_invasion\alien_invasion.py, 2143 , 2018-07-25
外星人代码\alien_invasion\bullet.py, 1115 , 2018-07-25
外星人代码\alien_invasion\button.py, 1208 , 2018-07-25
外星人代码\alien_invasion\game_functions.py, 8286 , 2018-07-25
外星人代码\alien_invasion\game_stats.py, 563 , 2018-07-25
外星人代码\alien_invasion\images, 0 , 2018-07-25
外星人代码\alien_invasion\images\alien.bmp, 10494 , 2018-07-25
外星人代码\alien_invasion\images\ship.bmp, 8694 , 2018-07-25
外星人代码\alien_invasion\scoreboard.py, 2248 , 2018-07-25
外星人代码\alien_invasion\settings.py, 1633 , 2018-07-25
外星人代码\alien_invasion\ship.py, 1919 , 2018-07-25
外星人代码\alien_invasion\sounds, 0 , 2018-07-25
外星人代码\alien_invasion\sounds\111.mp3, 3375147 , 2018-07-25
外星人代码\alien_invasion\sounds\222.wav, 40044 , 2018-07-25
外星人代码\alien_invasion\__pycache__, 0 , 2019-07-25
外星人代码\alien_invasion\__pycache__\alien.cpython-35.pyc, 1579 , 2018-07-25
外星人代码\alien_invasion\__pycache__\alien.cpython-36.pyc, 1483 , 2019-07-25
外星人代码\alien_invasion\__pycache__\bullet.cpython-35.pyc, 1326 , 2018-07-25
外星人代码\alien_invasion\__pycache__\bullet.cpython-36.pyc, 1261 , 2019-07-25
外星人代码\alien_invasion\__pycache__\button.cpython-35.pyc, 1358 , 2018-07-25
外星人代码\alien_invasion\__pycache__\button.cpython-36.pyc, 1259 , 2019-07-25
外星人代码\alien_invasion\__pycache__\game_functions.cpython-35.pyc, 6493 , 2018-07-25
外星人代码\alien_invasion\__pycache__\game_functions.cpython-36.pyc, 5954 , 2019-07-25
外星人代码\alien_invasion\__pycache__\game_stats.cpython-35.pyc, 817 , 2018-07-25
外星人代码\alien_invasion\__pycache__\game_stats.cpython-36.pyc, 791 , 2019-07-25
外星人代码\alien_invasion\__pycache__\scoreboard.cpython-35.pyc, 2215 , 2018-07-25
外星人代码\alien_invasion\__pycache__\scoreboard.cpython-36.pyc, 2021 , 2019-07-25
外星人代码\alien_invasion\__pycache__\settings.cpython-35.pyc, 1570 , 2018-07-25
外星人代码\alien_invasion\__pycache__\settings.cpython-36.pyc, 1493 , 2019-07-25
外星人代码\alien_invasion\__pycache__\ship.cpython-35.pyc, 1480 , 2018-07-25
外星人代码\alien_invasion\__pycache__\ship.cpython-36.pyc, 1367 , 2019-07-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C++扫雷代码
    简易扫雷游戏,不用图片,直接运行即可
    2022-03-01 23:55:22下载
    积分:1
  • 单机五子棋源码
    C#写的五子棋源代码,对战电脑,里面的算法挺牛的,看您能不能打败电脑,界面优美,支持选择电脑先下,还是人先下。支持悔棋模式。里面的算法值得学习,若你有更好的算法,欢迎交流下。
    2022-01-21 20:08:40下载
    积分:1
  • 2.3
    一个简单的猜数游戏程序:  利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。  利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上显示“输入的值小,请输入更大的数.”;如果inNum大于iNum,在屏幕上显示“输入的值大,请输入更小的数.”;如果inNum等于iNum,在屏幕上显示“猜对了.”,并结束运行。  猜测错误的时候,重新输入inNum,直到猜对为止。如果猜测10次后仍未猜对,显示“猜测次数已达10次,猜数失败.”,并结束程序的运行。 (A simple guessing game program:  use Math.random () method to generate double-type numbers between 0-1 dNum, will dNum into an integer between 0-100 iNum.  use KeyInput.readInt () method receives the keyboard input integer inNum. If inNum less than iNum, the screen " Enter the value of the small, enter the greater number." If inNum than iNum, the screen " Enter the value of the large number of smaller type." If inNum equal iNum, displayed on the screen, " guessed." and end the run.  guess wrong, re-enter inNum, until you guess it right up. If the guess was right 10 times not to show " guess the number has reached 10 times, guess the number of failures." And end the program.)
    2010-11-03 14:29:09下载
    积分:1
  • 《direcX编程》光盘源代码
    DirectX游戏编程的随书源代码,高版本VS导入工程文件之后记得要重定位解决方案目标哦(Source code of book <<DirectX Game Programming>>.If open the Solution with high version of Visual Studio,remember to relocate the destination of solution.)
    2020-06-18 15:20:01下载
    积分:1
  • PayClient
    传奇支付平台客户端,代码精简适合开发者学习(Legendary payment platform client, streamlined code is suitable for developers)
    2021-04-26 22:38:45下载
    积分:1
  • HikariSourcev0.3
    说明:  OGRE引擎中可以用到的FLASH库,做UI界面游戏比较好(Ogre engine can be used FLASH library, so the game is better UI interface)
    2008-12-04 15:10:56下载
    积分:1
  • 87657435876
    java写的手机小游戏,黄金矿工2,附带源码。(Written in Java mobile phone games, 2 gold miners, with source code.)
    2013-09-09 20:02:32下载
    积分:1
  • snake
    一个简单的动画游戏 可以用鼠标控制运动方向(a simple playgame)
    2012-11-28 18:01:25下载
    积分:1
  • 趣味贪吃蛇(c++ 源码)
    趣味贪吃蛇(c++ 源码)
    2020-03-30下载
    积分:1
  • vs
    说明:  类似于vs,浩方对战平台源码,仿写的一个平台程序(Similar to a platform for program vs. ho war platform source, Imitative)
    2012-06-25 17:33:52下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载