Welcome![Sign In][Sign Up]
Location:
Search - game me

Search list

[Windows DevelopRPG游戏源码

Description: RPG游戏VC源程序,有兴趣的朋友请多多指教,-RPG Game VC Source Code. If you are interesting, please give me some suggestions, thanks!
Platform: | Size: 86016 | Author: 梁志洪 | Hits:

[Game Enginevbzfcyouxi

Description: vb 和direct7 写的 网络游戏引擎,支持 10 个人连网对战.游戏正在开发中.不能玩可以和我联系-vb direct7 and write online game engine, networking support 10 players. The game is under development. Not playing can contact me and
Platform: | Size: 149504 | Author: 张林 | Hits:

[Other GamesHorse_Racing

Description: 赛马游戏程序,搞人工智能的朋友想要相关代码的请与我联系-race games and engage in artificial intelligence friends want code please contact me
Platform: | Size: 668672 | Author: 张乐平 | Hits:

[OpenGL programFiWorld

Description: CS游戏软件开发,使用VC OpenGL开发的,请大家参考学习,有什么不明白的地方请给我发mail-CS game software development, use OpenGL development of the VC, please refer to learning, what place do not understand please give me the mail
Platform: | Size: 59392 | Author: sun | Hits:

[J2METerm_Project(9313644_9413551_9113818)

Description: Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone emulator bundled with J2ME Wireless Toolkit 2.2 or Sun Java Wireless Toolkit 2.3 Beta Release. The Jave program will provide a Gobang board for two players to play a typical Gobang game on a Java mobile phone.-Writing an interactive program with a Java graphical user interface (GUI) running on the J ava phone emulator bundled with J2ME T Wireless OOLKIT 2.2 or Sun Java Wireless Toolkit 2.3 Beta Release. The Java program will provide a Gobang board for two players to play a typical Gobang ga me on a Java mobile phone.
Platform: | Size: 162816 | Author: 林东毅 | Hits:

[Other Gamesd3d_mesh

Description: d3d游戏开发中使用.x的例子,如果您是一位d3d的初学者,则其在您的mesh动画方面一定有所参考价值.-D3D game developers use. X example, if you are a D3D beginners then in your mesh animation must have reference value.
Platform: | Size: 238592 | Author: | Hits:

[VC/MFCProgrammingWindowswithMFCJeffProsise2nded

Description: 要学MFC必看之书,由Jeff Prosise编写。下面是作者前言: The production of this book required the efforts of many people, but two in particular deserve to be singled out for their diligent, sustained, and unselfish efforts. Sally Stickney, the book s principal editor, navigated me through that minefield called the English language and contributed greatly to the book s readability. Marc Young, whose talents as a technical editor are nothing short of amazing, was relentless in tracking down bugs, testing sample code, and verifying facts. Sally, Marc: This book is immeasurably better because of you. Thanks. -to learn MFC watched every game book, prepared by Jeff Prosise. Below is the author of the foreword : The production of this book required the effort 's of many people. but two in particular deserve to be singled out f or their diligent, sustained, and unselfish efforts. Sally Stickney, the book's principal editor, navigated me through that minefield called the English language and contributed greatly to th e book's readability. Marc Young, whose talents as a technical editor are nothing short of amazing. was relentless in tracking down bugs. testing sample code, and verifying facts. Sally, Marc : This book is immeasurably better because of you . Thanks.
Platform: | Size: 5158912 | Author: lidan | Hits:

[Game Enginehge

Description: 很好的引擎!HGE is an easy to use yet powerful hardware accelerated 2D game engine. It is a full featured middleware for all who want to develop commercial quality 2D games rapidly and easily. It covers all imaginable 2D game genres: you could create everything from a simple puzzle to advanced multilayered platformer or strategy without even thinking of any non game logic code! And you don t have to know anything about "window messages", DirectX programming and all that stuff. Instead you can start developing your own game within 15 minutes! HGE runs on Microsoft Windows 98, 2000, NT, ME, XP and requires DirectX 8.0. It will run even on low-end video cards, including built in video cards such as Intel Solano (i815 chipset). HGE can be used with virtually any C++ compiler including Visual C++, Borland C++, MinGW and Metrowerks Codewarrior. -Good engine! HGE is an easy to use yet powerful hardware accelerated 2D game engine.It is a full featured middleware for all who want to develop commercialquality 2D games rapidly and easily. It covers all imaginable 2D gamegenres: you could create everything from a simple puzzle to advancedmultilayered platformer or strategy without even thinking of any nongame logic code! And you don t have to know anything about windowmessages , DirectX programming and all that stuff. Instead you canstart developing your own game within 15 minutes! HGE runs on Microsoft Windows 98, 2000, NT, ME, XP and requiresDirectX 8.0. It will run even on low-end video cards, includingbuilt in video cards such as Intel Solano (i815 chipset). HGE canbe used with virtually any C++ compiler including Visual C++, Borland C++, MinGW and Metrowerks Codewarrior.
Platform: | Size: 3453952 | Author: 吕日飞 | Hits:

[Embeded Linuxgame

Description: 这是一个在linux下面运行的五子棋游戏,请大家看看 并给我提点意见,便于修正,谢谢各位-This is a run in linux Gobang the following games, please take a look at everyone and give me提点意见for amendment, Thank you
Platform: | Size: 15360 | Author: Beyond | Hits:

[J2MEsnake

Description: 贪吃蛇手机游戏 贪吃蛇是一款非常经典的手机游戏,本文将使用MIDP实现这款著名的游戏。首先我将介绍下主要用到的七个类:    WormMain:最主要的类,控制所有其它类的运行和销毁。    WormPit:处理键盘输入事件并实例化Worm类和WormFood类的。    Worm:抽象了贪吃蛇的属性和动作    WormFood:抽象了食物的属性和动作    WormScore:用来纪录分数的类    WormLink:抽象了蛇身上的一段,保存了这段的坐标、方向和所有状态。    WormException:处理异常类-Snake mobile game Snake is a very classic cell phone game, this paper will use the MIDP realize this famous game. First of all, I will introduce the main use of the seven categories: WormMain: the most important category, controlling for all other types of running and destroyed. WormPit: handle keyboard input events and Worm instantiated class and WormFood category. Worm: abstract properties of the Snake and movements WormFood: abstract properties of food and movement WormScore: the class used to record scores WormLink: abstract section of the snake body, preserved during the coordinates, direction and all states. WormException: handle exception classes
Platform: | Size: 4096 | Author: weat | Hits:

[Windows DevelopCheatEnginev5.4srcl

Description: Cheat Engine is an open source tool designed to give you the upper hand in games, but also contains other usefull tools to help debugging games and even normal applications. It comes with a memory scanner to quickly scan for variables used within a game and allow you to change them, but it also comes with a debugger, disassembler, assembler, speedhack, trainer maker, direct 3D manipulation tools, system inspection tools and more. For new users it is recommended to go through the tutorial(The one that comes with Cheat Engine, you can find it in your programs list after installing) and at least reach step 5 for basic understanding of the usage of Cheat Engine If you need help on Cheat Engine , you can always contact me at dark_byte@hotmail.com , msn supported as well(don t ask about online games, I don t know anything about that)
Platform: | Size: 97280 | Author: macro | Hits:

[3D GraphicTorque1.5

Description: Torque 的教程据说不错如果有更好的请与我联系互相学习谢谢!-Torque is true if the curriculum is said to have a better Please contact me to learn from each other Thank you!
Platform: | Size: 962560 | Author: boos | Hits:

[Communication-Mobilefly

Description: JAVA ME手机游戏FLY,玩家操控飞机,飞机躲避子弹。飞机可以释放保险。-JAVA ME cell phone game FLY, players control a plane, to avoid bullets. Aircraft can release insurance.
Platform: | Size: 6144 | Author: jinshengwei | Hits:

[Game ProgramPremier.Press.MUD.GAME.PROGRAMMING

Description: 这是一本游戏编程的经典国外教材,我就是从这本书进入游戏行业的 MUD GAME PROGRAMMING By Ron Penton 这本书的好处还在于它附有源代码,正是这个有趣的代码引导我步入迷人的游戏世界 请看我附上的代码文件:MUDBook MUDs Complete.zip、MUDs 1.0.1.zip -This is a classic game programming foreign materials, this book I was entering the game industry MUD GAME PROGRAMMING By Ron Penton benefits of this book is that it is also accompanied by the source code, it is this interesting code to guide me step-by-step into the fascinating game world see I am attaching the code file: MUDBook MUDs Complete.zip, MUDs 1.0.1.zip
Platform: | Size: 2764800 | Author: 利群 | Hits:

[JSP/Javalianliankan

Description: link game for java.simple game.frends and me havedone.
Platform: | Size: 693248 | Author: li | Hits:

[JSP/Javagamemenu

Description: j2me开发 简单示例 包括 游戏主菜单、rms功能模块-Examples include the development of simple j2me game main menu, rms function modules
Platform: | Size: 980992 | Author: | Hits:

[Documentstext1

Description: 本系统是一个基于Java ME平台的无线 网络 移动端的俄罗斯方块游戏,利用Java ME Wireless Toolkit(WTK)开发包工具在无线网络移动端上实现经典的俄罗斯方块游戏。论文开始部分对无线网络移动系统开发中常使用几种开发语言和环境作了比较,说明了选择Java ME Wireless Toolkit作为开发环境的的原因并对它作了相关的介绍。-This system is a based on the Java ME platform for mobile wireless networks side Tetris Game, the use of Java ME Wireless Toolkit (WTK) instrument development kit at the wireless network on the mobile client achieve the classic Tetris game. The beginning of papers on the development of mobile systems wireless networks often use several development language and environment are compared to illustrate the Java ME Wireless Toolkit selection as a development environment and the reasons for its introduction were related.
Platform: | Size: 13312 | Author: zengyan | Hits:

[Game EngineGameMenu

Description: 一个效果超帅的游戏开始菜单,采用C# +XNA 2.0 是一个网上找不到的源码保证正常编译-One of the effects of ultra-handsome Games Start menu using C#+ XNA 2.0 is an on-line can not find the source to ensure the normal compiler
Platform: | Size: 246784 | Author: 咹靜ゞ`兲倥 | Hits:

[J2MEMyCSMidlet

Description: 用JavaME开发的手机版CS和射击飞机的游戏,采用游戏开发多种技术-Developed using Java ME mobile version of CS plane and shooting games, game development using a variety of technologies
Platform: | Size: 1806336 | Author: 林运 | Hits:

[JSP/Javacatch-me-game

Description: this my first javascript project at web programming design class. like hit-a-mole game. this zip file contains code, images and has been tested in all browser application, IE, Firefox, Opera, safari and flock.-this is my first javascript project at web programming design class. like hit-a-mole game. this zip file contains code, images and has been tested in all browser application, IE, Firefox, Opera, safari and flock.
Platform: | Size: 63488 | Author: killtheemo | Hits:
« 12 3 4 5 6 7 8 9 10 ... 22 »

CodeBus www.codebus.net