CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - game me
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - game me - List
[
Windows Develop
]
RPG游戏源码
DL : 1
RPG游戏VC源程序,有兴趣的朋友请多多指教,-RPG Game VC Source Code. If you are interesting, please give me some suggestions, thanks!
Update
: 2025-02-17
Size
: 84kb
Publisher
:
梁志洪
[
Game Engine
]
vbzfcyouxi
DL : 0
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
Update
: 2025-02-17
Size
: 146kb
Publisher
:
张林
[
Other Games
]
Horse_Racing
DL : 0
赛马游戏程序,搞人工智能的朋友想要相关代码的请与我联系-race games and engage in artificial intelligence friends want code please contact me
Update
: 2025-02-17
Size
: 653kb
Publisher
:
张乐平
[
OpenGL program
]
FiWorld
DL : 0
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
Update
: 2025-02-17
Size
: 58kb
Publisher
:
sun
[
J2ME
]
Term_Project(9313644_9413551_9113818)
DL : 0
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.
Update
: 2025-02-17
Size
: 159kb
Publisher
:
林东毅
[
Other Games
]
d3d_mesh
DL : 0
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.
Update
: 2025-02-17
Size
: 233kb
Publisher
:
[
VC/MFC
]
ProgrammingWindowswithMFCJeffProsise2nded
DL : 0
要学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.
Update
: 2025-02-17
Size
: 4.92mb
Publisher
:
lidan
[
Game Engine
]
hge
DL : 1
很好的引擎!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.
Update
: 2025-02-17
Size
: 3.29mb
Publisher
:
吕日飞
[
Embeded Linux
]
game
DL : 0
这是一个在linux下面运行的五子棋游戏,请大家看看 并给我提点意见,便于修正,谢谢各位-This is a run in linux Gobang the following games, please take a look at everyone and give me提点意见for amendment, Thank you
Update
: 2025-02-17
Size
: 15kb
Publisher
:
Beyond
[
J2ME
]
snake
DL : 0
贪吃蛇手机游戏 贪吃蛇是一款非常经典的手机游戏,本文将使用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
Update
: 2025-02-17
Size
: 4kb
Publisher
:
weat
[
Windows Develop
]
CheatEnginev5.4srcl
DL : 0
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)
Update
: 2025-02-17
Size
: 95kb
Publisher
:
macro
[
3D Graphic
]
Torque1.5
DL : 0
Torque 的教程据说不错如果有更好的请与我联系互相学习谢谢!-Torque is true if the curriculum is said to have a better Please contact me to learn from each other Thank you!
Update
: 2025-02-17
Size
: 940kb
Publisher
:
boos
[
Communication-Mobile
]
fly
DL : 0
JAVA ME手机游戏FLY,玩家操控飞机,飞机躲避子弹。飞机可以释放保险。-JAVA ME cell phone game FLY, players control a plane, to avoid bullets. Aircraft can release insurance.
Update
: 2025-02-17
Size
: 6kb
Publisher
:
jinshengwei
[
Game Program
]
Premier.Press.MUD.GAME.PROGRAMMING
DL : 0
这是一本游戏编程的经典国外教材,我就是从这本书进入游戏行业的 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
Update
: 2025-02-17
Size
: 2.64mb
Publisher
:
利群
[
JSP/Java
]
lianliankan
DL : 0
link game for java.simple game.frends and me havedone.
Update
: 2025-02-17
Size
: 677kb
Publisher
:
li
[
JSP/Java
]
gamemenu
DL : 0
j2me开发 简单示例 包括 游戏主菜单、rms功能模块-Examples include the development of simple j2me game main menu, rms function modules
Update
: 2025-02-17
Size
: 958kb
Publisher
:
刘
[
Documents
]
text1
DL : 0
本系统是一个基于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.
Update
: 2025-02-17
Size
: 13kb
Publisher
:
zengyan
[
Game Engine
]
GameMenu
DL : 0
一个效果超帅的游戏开始菜单,采用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
Update
: 2025-02-17
Size
: 241kb
Publisher
:
咹靜ゞ`兲倥
[
J2ME
]
MyCSMidlet
DL : 0
用JavaME开发的手机版CS和射击飞机的游戏,采用游戏开发多种技术-Developed using Java ME mobile version of CS plane and shooting games, game development using a variety of technologies
Update
: 2025-02-17
Size
: 1.72mb
Publisher
:
林运
[
JSP/Java
]
catch-me-game
DL : 0
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.
Update
: 2025-02-17
Size
: 62kb
Publisher
:
killtheemo
«
1
2
3
4
5
6
7
8
9
10
...
22
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.