Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - game
Search - game - List
实现了一个简单的打字机游戏,可以供电脑的初级使用者练习打字-Implements a simple typewriter game, can be used for the primary users of the computer typing practice
Update : 2024-04-25 Size : 13828096 Publisher : Joey

DL : 0
Brick Break Game is built with J2ME.
Update : 2024-04-25 Size : 156672 Publisher : Pham Van Chi

这是一个游戏多开器。功能很稳定,一切游戏都能多开,没有木马,一些地方可能写的不太好,可以自己修改,-This is a game to open up device. Function is stable, and all games can be more open, there is no Trojan horse, some places may not write well, you can make changes to, thank you
Update : 2024-04-25 Size : 80896 Publisher : 吕力

DL : 0
life game 这是一个编程经典小游戏,玩起来很有意思,有点像扫雷,方便编程人员理解存储空间的概念。-life game This is a classic game programming, playing together is very interesting, a bit like mine, convenient storage space programmers to understand the concept.
Update : 2024-04-25 Size : 1425408 Publisher : 枭龙

Discover the exciting world of game programming and 3D graphics creation using DirectX 10! "Beginning DirectX® 10 Game Progmramming" is an introductory guide to creating fantastic graphics, amazing creatures, and realistic worlds for games. Written specifically for the beginner programmer, the book uses step-by-step instructions to teach the basics of DirectX 10, introducing skills that can be applied to creating games for both PC and game console platforms. You ll start by learning how to install the DirectX SDK and how to get your first application up and running. From there you ll be introduced to the 2D and 3D graphics components of DirectX allowing you to draw animated sprites and create 3D objects. Put your new skills to the test with a final, hands-on project that shows how to bring together everything you ve learned. If you have a basic knowledge of C++ and 3D math concepts then you are ready to learn how to program amazing 3D game graphics with "Beginning DirectX 10!"-Discover the exciting world of game programming and 3D graphics creation using DirectX 10! "Beginning DirectX® 10 Game Progmramming" is an introductory guide to creating fantastic graphics, amazing creatures, and realistic worlds for games. Written specifically for the beginner programmer, the book uses step-by-step instructions to teach the basics of DirectX 10, introducing skills that can be applied to creating games for both PC and game console platforms. You ll start by learning how to install the DirectX SDK and how to get your first application up and running. From there you ll be introduced to the 2D and 3D graphics components of DirectX allowing you to draw animated sprites and create 3D objects. Put your new skills to the test with a final, hands-on project that shows how to bring together everything you ve learned. If you have a basic knowledge of C++ and 3D math concepts then you are ready to learn how to program amazing 3D game graphics with "Beginning DirectX 10!"
Update : 2024-04-25 Size : 1402880 Publisher : mayaz

游戏引擎结构 完整的书籍 影印版 详细的游戏引擎结构-Part1 game engine architecture
Update : 2024-04-25 Size : 29817856 Publisher : Mono

Unity引擎开发指南,学习3D Web Game可以看看此书-Unity Engine Development Guide, learn to look at the book 3D Web Game
Update : 2024-04-25 Size : 4728832 Publisher : samron

这是游戏编程入门的源码,希望大家喜欢。谢谢呵呵。-this is the source code of begin game programming.
Update : 2024-04-25 Size : 22827008 Publisher : YANG

This is the java source code of The Black Jack Game
Update : 2024-04-25 Size : 193536 Publisher : manoel

DL : 0
此压缩包包含一个用python编写的下游戏 由于网络上此类python程序很少-This archive contains a preparation for the next game with a python on the network such as small python program
Update : 2024-04-25 Size : 1024 Publisher : zz

DL : 0
安卓手机开发游戏,角色对战回合制游戏,对于初学者内附详解-Atradius mobile game development, the role of turn-based battle game, for beginners included Detailed
Update : 2024-04-25 Size : 1426432 Publisher : tutu

实现棋盘和游戏开始界面及结束界面的显示,开始界面和结束界面都是256*256大小,棋盘是15*15的棋盘格,还有红色光标。用的是de-2开发板-Interface board and the game began to realize the end of the interface and the display, start and end of the interface is 256* 256 screen size, the board is 15* 15 checkerboard, and the red cursor. Using de-2 development board
Update : 2024-04-25 Size : 29696 Publisher :

基于C++ Direct 编写的一个小游戏 用于新手学习-Based on C++ Direct write a small game for the novice to learn
Update : 2024-04-25 Size : 7767040 Publisher : vic

Written for the novice AI programmer, AI for Game Developers introduces you to techniques such as finite state machines, fuzzy logic, neural networks, and many others, in straightforward, easy-to-understand language, supported with code samples throughout the entire book (written in C/C++). From basic techniques such as chasing and evading, pattern movement, and flocking to genetic algorithms, the book presents a mix of deterministic (traditional) and non-deterministic (newer) AI techniques aimed squarely at beginners AI developers.
Update : 2024-04-25 Size : 2941952 Publisher : thomas

Android游戏开发源码(全),对照课程可让你快速上手Android游戏开发-Android Game Sources
Update : 2024-04-25 Size : 18638848 Publisher : 唐某

Android游戏开发详解,包括Android平台搭建,以及一些经典游戏Android平台的实现。-Detailed Android game development, including the Android platform to build, as well as some classic games to achieve the Android platform.
Update : 2024-04-25 Size : 2158592 Publisher : 菲菲

游戏资源提取合集-可以有效提取大量单机游戏和网络游戏等资源(包括图片-声音-特效-动画-模型等各种资源)支持各种2D或者3D游戏-Game resource extraction can be effectively extracted from large collection of games and game of network resources ( including pictures-- the sound effects- Animation- model and other resources ) supports a variety of 2D or 3D game
Update : 2024-04-25 Size : 15363072 Publisher : 小刚

DL : 0
User options The Options form enables users to reset the high scores and turn sound on and off. Help The application includes a compiled Help project. The compiled Help is accessed through the Help menu item. Mouse The mouse is used not only to play the game, but to drag the form around when the title bar is hidden. Keyboard The "M" key toggles the menu and title bar on and off. The "P" key pauses and restarts the game action. Several Visual Basic and .NET Framework features are highlighted: GDI+ graphics The game action is implemented by using drawing functions from the System.Drawing namespace. Registry High scores are stored in the registry. Object-oriented programming The game action and drawing is controlled by several classes that act together. The main game classes are the Grid and Block classes. The PointTranslator class adds utility functions for drawing the blocks. The HighScores class handles retrieving and setting scores.- User options The Options form enables users to reset the high scores and turn sound on and off. Help The application includes a compiled Help project. The compiled Help is accessed through the Help menu item. Mouse The mouse is used not only to play the game, but to drag the form around when the title bar is hidden. Keyboard The "M" key toggles the menu and title bar on and off. The "P" key pauses and restarts the game action. Several Visual Basic and .NET Framework features are highlighted: GDI+ graphics The game action is implemented by using drawing functions from the System.Drawing namespace. Registry High scores are stored in the registry. Object-oriented programming The game action and drawing is controlled by several classes that act together. The main game classes are the Grid and Block classes. The PointTranslator class adds utility functions for drawing the blocks. The HighScores class handles retrieving and setting scores.
Update : 2024-04-25 Size : 105472 Publisher : Itoro

游戏开发物理学中文版,.pdf格式,为没有扎实力学基础,却要在游戏中加入物理模拟的电脑游戏设计师而设计的-Game Developers Physics Chinese version,. Pdf format, as there is no basis for solid mechanics, have joined in the game physics simulation computer game designer and design
Update : 2024-04-25 Size : 19356672 Publisher : 陈露莎

[游戏编程精粹7].(GAME.Programming.Gems.7).(美)Scott.Jacobs.扫描版.pdf-[Game Programming Gems 7]. (GAME.Programming.Gems.7). (United States) Scott.Jacobs. Scan version. Pdf
Update : 2024-04-25 Size : 53825536 Publisher : 谢军
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.