码迷,mamicode.com
首页 >  
搜索关键字:playing a game    ( 5937个结果
python小乌龟
''' 一只飘来飘去的小乌龟,在触碰到边框的时候,马上掉头转向。 ''' 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
Dragons
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
Python之pygame学习绘制文字制作滚动文字
pygame绘制文字 ? 今天来学习绘制文本内容,毕竟游戏中还是需要文字对玩家提示一些有用的信息。 字体常用的不是很多,在pygame中大多用于提示文字,或者记录分数等事件。 字体绘制基本分为以下几个步骤: 绘制字体是用的表面中blit函数来绘制图像: blit(source,dest,area = ...
分类:编程语言   时间:2019-12-11 17:35:56    阅读次数:191
CS102A Fall 2019 Project:
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
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
LightOJ - 1318 - Strange Game(组合数)
链接: 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
XXWin7系统最后精简走一波
在微软即将停止对Win7的服务时候,潇啸赶上最后一波给大家发一波Win7的精简,让你更加流畅的开黑、开车、开炮、Quadr Kill、Penta Kill、Shut Down 基于原版修改,集成了补丁到最新(7601.24536)、支持EFI安装激活,IE主页设置为空白,安装了最常用的运行库、NET4.8、NT3.5、VC 删除很多无关或者是不常用的东西,保留GAME相关,基本办公,打印,远程协助等; 自动将用户文件夹,虚拟内存提取到D盘。
分类:Windows程序   时间:2019-12-09 19:17:52    阅读次数:188
【leetcode】1275. Find Winner on a Tic Tac Toe Game
题目如下: 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 ...
分类:Windows程序   时间:2019-12-08 10:40:21    阅读次数:113
[POJ2965] The Pilots Brothers' refrigerator
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
Candy Treasure Box
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
5937条   上一页 1 ... 37 38 39 40 41 ... 594 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!