''' 一只飘来飘去的小乌龟,在触碰到边框的时候,马上掉头转向。 ''' import pygameimport sys pygame.init()size = width, height =600, 600speed = [-2, 1]bg = (254, 254, 254)screen = py ...
分类:
编程语言 时间:
2019-12-12 15:25:09
阅读次数:
119
Kirito is stuck on a level of the MMORPG he is playing now. To move on in the game, he’s got to defeat all n dragons that live on this level. Kirito a... ...
分类:
其他好文 时间:
2019-12-12 00:52:00
阅读次数:
102
pygame绘制文字 ? 今天来学习绘制文本内容,毕竟游戏中还是需要文字对玩家提示一些有用的信息。 字体常用的不是很多,在pygame中大多用于提示文字,或者记录分数等事件。 字体绘制基本分为以下几个步骤: 绘制字体是用的表面中blit函数来绘制图像: blit(source,dest,area = ...
分类:
编程语言 时间:
2019-12-11 17:35:56
阅读次数:
191
CS102A Fall 2019 Project: Xiangqi (象棋, ChineseChess)Figure 1: Board of XiangqiIntroductionXiangqi is a strategy board game for two players. It is one ...
分类:
其他好文 时间:
2019-12-11 13:30:32
阅读次数:
101
COMP517 Assignment 10(Worth 25% of the module marks)In this exercise you are asked to add more features to the adventure game you have been workingon. ...
分类:
其他好文 时间:
2019-12-11 13:14:53
阅读次数:
80
链接: https://vjudge.net/problem/LightOJ 1318 题意: In a country named "Ajob Desh", people play a game called "Ajob Game" (or strange game). This game is ...
分类:
其他好文 时间:
2019-12-10 22:52:42
阅读次数:
161
在微软即将停止对Win7的服务时候,潇啸赶上最后一波给大家发一波Win7的精简,让你更加流畅的开黑、开车、开炮、Quadr Kill、Penta Kill、Shut Down
基于原版修改,集成了补丁到最新(7601.24536)、支持EFI安装激活,IE主页设置为空白,安装了最常用的运行库、NET4.8、NT3.5、VC
删除很多无关或者是不常用的东西,保留GAME相关,基本办公,打印,远程协助等;
自动将用户文件夹,虚拟内存提取到D盘。
题目如下: Tic-tac-toe is played by two players A and B on a 3 x 3 grid. Here are the rules of Tic-Tac-Toe: Players take turns placing characters into empt ...
Description The game “The Pilots Brothers: following the stripy elephant” has a quest where a player needs to open a refrigerator. There are 16 handle ...
分类:
其他好文 时间:
2019-12-07 21:05:15
阅读次数:
108
This is an interesting puzzle game. In the game, you need to use your brain, think carefully, operate reasonably, point your fingers to catch things, ...
分类:
其他好文 时间:
2019-12-07 19:33:20
阅读次数:
68