-
PuzzzleGame
Game in Csharp to demonstrate students about game programming.
- 2012-07-30 03:33:32下载
- 积分:1
-
chinachess
本文主要研究基于Java 技术的中国象棋游戏的分析与设计,对中国象棋游戏特殊的行棋规则给予了细致的分析与理解,设计出了一种实时可行的行棋规则,从移动范围、移动方向和穿越障碍几个方面重新描述行棋规则,基于Java技术通过计算机模拟实现了中国象棋特殊的行棋规则算法,设计出了一种可行的方法,使每个棋子的行棋路线都严格遵循本身的行棋规则,游戏的实战对弈得以实现,通过实验运行,证明这种限定棋子行棋路线的方法是可行的,并得到了预期的目标(This paper studies the analysis and design of the Chinese chess game based on Java technology, a special line chess rules of Chinese chess game to give the detailed analysis and understanding to design a real-time feasible line chess rules, from the range of movement, direction of movementand through the obstacles to re-describe the line chess regulation)
- 2012-04-23 22:29:26下载
- 积分:1
-
4375485466
QQ玫瑰小镇辅助工具,游戏编程源码,很好的参考资料。有需要的就下载吧。(QQ rose town of auxiliary tools, game programming source code, a good reference. There is a need to download it.)
- 2013-10-09 11:52:55下载
- 积分:1
-
mpxviewer
A viewer for the games Metroid Prime 1-3
(A viewer for the games Metroid Prime 1-3
This was a research project I did to mainly help me understand how to do 3D programming, early in the beginning revel8n messaged and asked if I wanted to help, heck yes I did.)
- 2011-05-25 11:36:50下载
- 积分:1
-
kunchong
C#游戏-昆虫来袭源代码下载,虫族大军来了!决不能让它们降落,用鼠标按死它们!维护世界和平!
注意:虫子进化的很狡猾很疯狂,会躲避鼠标(C# Game- insects attacking the source code download, zerg army came! They must not be allowed to land them with the mouse by death! Maintenance of world peace! Note: insects evolved very cunning crazy, would escape the mouse)
- 2013-07-07 15:52:36下载
- 积分:1
-
2
Background
Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e.,
Area(R1∩R2∩…∩Rn)
The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines.
For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle.
Input
The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format:
x1 x2 y1 y2
such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers.
Output
The output file contains the area of the intersection of all the rectangles.
- 2013-11-15 02:58:38下载
- 积分:1
-
snake2
这是三维贪吃蛇小游戏,在一个空间曲面上爬行,比较难操作(This is a 3D Snake game that crawls on a spatial surface and it is difficult to control.)
- 2020-06-21 10:20:02下载
- 积分:1
-
cx
说明: 用c语言编写的俄罗斯方块,一款益智游戏,挺简单的(C language Tetris, a puzzle game, very simple.)
- 2012-12-12 20:46:35下载
- 积分:1
-
3D-TANK
3D坦克视频教程及源码,非常详细,适合初学者参考(3D tank)
- 2013-08-13 14:13:21下载
- 积分:1
-
第二题
星星版俄罗斯方块,通过改变传统俄罗斯方块形式从而为该款经典游戏注入新的活力(Star version of Tetris)
- 2018-05-13 11:26:33下载
- 积分:1