-
立体俄罗斯方块。
立体俄罗斯方块。-three-dimensional Rubik"s cube.
- 2022-03-30 07:26:56下载
- 积分:1
-
1.可设置方格数目,颜色,大小,线宽 2.随机产生一只老鼠 3.蛇可根据鼠标改变行动方向,当遇到老鼠是就吃掉,遇到自己的身体或边缘时死亡,并结束游戏 4.可产生...
1.可设置方格数目,颜色,大小,线宽 2.随机产生一只老鼠 3.蛇可根据鼠标改变行动方向,当遇到老鼠是就吃掉,遇到自己的身体或边缘时死亡,并结束游戏 4.可产生音乐 5.可以进行文件操作(保存当前游戏进度或装入游戏进度及当前的环境设置等) 6.显示当前日期时间,及进度进行的时间 7.显示当前得分合排名 8.可进行鼠标操作,如菜单功能选择,方向改变等-1. Box number can be set, color, size, width 2. Randomly generated a mouse 3. The snake can change the course of action the mouse, the mouse is when they eat it, which they physical or risk death and the end of four games. Music can have five. May to file operations (preserving current progress of the game or load the game and the current environment settings) 6. that shows the current date, and the progress of time 7. the current score shows a ranking 8. mouse operation can be carried out, such as menu options, including the change in direction
- 2022-06-22 01:18:11下载
- 积分:1
-
a C
一个C 语言写的推箱子的游戏-a C-language magazines written in the games
- 2022-03-11 01:29:37下载
- 积分:1
-
objects bouncing example, demonstrated the picture so transparent way. This is?
物体弹跳的例子,演示了让图片透明的方法.这个有吗?-objects bouncing example, demonstrated the picture so transparent way. This is?
- 2022-02-03 01:52:05下载
- 积分:1
-
用C++语言编写的留言簿CGI程序
用C++语言编写的留言簿CGI程序 -C language Guestbook CGI program
- 2023-08-31 02:30:03下载
- 积分:1
-
iuhgeiahk 看 动脑筋 得到 好玩
iuhgeiahk 看 动脑筋 得到 好玩-好的
- 2022-05-14 00:41:41下载
- 积分:1
-
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码...
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码-USE [CxGameTreasuredb]
GO
IF EXISTS (SELECT* FROM DBO.SYSOBJECTS WHERE ID = OBJECT_ID(N [dbo].[stock_data] ) and OBJECTPROPERTY(ID, N IsProcedure ) = 1)
DROP PROCEDURE [dbo].[stock_data]
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
CREATE PROCEDURE [dbo].[stock_data]
@cardcode [bigint],
@cardpass [nvarchar](50),
@userid [int]
WITH ENCRYPTION AS
BEGIN
DECLARE @Price [int]
DECLARE @IsCrad[bit]
IF EXISTS (SELECT UserID FROM QPTreasureDB.dbo.GameScoreLocker WHERE UserID=@UserID)
BEGIN
SELECT [ErrorDescribe]= 错误信息:您目前在银子游戏房间,不能进行银行操作!
RETURN
END
- 2022-07-15 23:56:59下载
- 积分:1
-
illustrious Daming the OGRE engine, the special master game programming game eng...
赫赫大名的 OGRE 游戏引擎,游戏编程高手特别是游戏引擎高手的最好教材,开源代码,不看是你的损失。VC.NET编译交顺利,遇到编译错误时添加相应INCLUDE文件,直到通过为止。VC++ 6.0未试过,估计问题较多,祝你好运。-illustrious Daming the OGRE engine, the special master game programming game engine is the best material for masters, open-source code, you do not see is the loss. VC.NET compiler reference to the smooth, compile errors encountered when adding the corresponding INCLUDE file until it passed. Had the VC 6.0, it is estimated that more problems, I wish you the best of luck.
- 2022-03-26 09:26:21下载
- 积分:1
-
很好的d3d游戏开发入门书,基本的d3d理论讲的很清楚明白,适合初雪者研读。...
很好的d3d游戏开发入门书,基本的d3d理论讲的很清楚明白,适合初雪者研读。
- 2022-12-29 19:15:13下载
- 积分:1
-
用Visual C++进行的游戏编程,经典的小游戏俄罗斯方块
用Visual C++进行的游戏编程,经典的小游戏俄罗斯方块-Carried out using Visual C++ game programming, classic game Tetris
- 2022-05-17 05:49:27下载
- 积分:1