Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Game Programming Solutions: 151 - 175 of 213
 
hihi....i am just curious if flash and directx can be used together for game programming.
I am relatively new to MFC Programming. I am able to deal with dialogs and the CFormVeiw class well enough. I wanted to develop a simple game like CBots where you plug in custom AI (?) code co...
I'm looking for a drag&drop game development tool that allows output in e.g. java. My goal is to provide games that can run on pc and mac without the use of a plugin (so Flash/Shockwave are...
im starting into directX programming and am excited to see I can begin in C#.  I've done some tutorials on setting up devices and matrix. Can anyone supply some c# code that is a fully func...
Hi, I've been working on battle algorithms for an RPG I'm programming, but right now I'm having a tough time on the mathematical aspects of how characteristics such as strength, dexterity, ...
I would like to start developing Games. There is a night school coarse tht will help a beginner ,but they teach using Dev C++? Why could I not build games using VisualC++ Wht is the diffren...
        glPushMatrix();  glEnableClientState(GL_VERTEX_ARRAY);     glEnableClientState(GL_COLOR_ARRAY);       glEnable(GL_TEXTURE_2D);     glEnableClientState(GL_TEXTURE_COORD_ARRAY)...
hi there i am trying to programme something simple for mobile phones using J2ME and midlets, but the problem is a gerneral problem and someone who does not know anything on midlets or J2ME ca...
I am looking for options that will be best to accommodate a board-game like online game with the following high-level requirements: Registration, IM-style chat 1:1 and 1:many, share/update...
Hie all, In my code i've done this (I know you don't have the full code, but may be someone would understand something without all the code)     ICard& c2c = * new Card52 ( ClassicalCa...
im having trouble finding any information about tile engines in C# i can display a bitmap to the screen, the problem im having is with having a bitmap which is composed of many tiles and ex...
Hi!! I have a book on DirectX 7.0 which talks of DirectX Transform which is I suppose comes with the DirectX Media SDK. However when I checked with Microsoft's site, I found no place whe...
I am developing a basic game.  I have a map loaded along with my character.  The character is able to move around when the keyboard is used.  I would like for the character to move to where I ...
XNA is replacing DirectX? Microsoft is not going to develop DirectX any further?
I'm trying to get an XBOX 360 controller to work with a small game engine which has certain requirements for what the function can return and the parameters it can take. Therefore, the below c...
What is the default value of the distance to the image plane? (is this also known as the near clipping plane?) Also how do I read this value from a program? (I believe it can be set using g...
I have a forum running and there's a very very simple rpg system running where everyone can gain levels by posting which in turn increases their power, defense, and stamina. My problem is thi...
     hi all,              i want to make a realistic walk through of my college campus. i know opengl and vc++ .i want suggestions for telling how to proceed. also how to reduce the time ...
Hello, I am after a 2D and the equivilent 3D version of the game so that i can run these on my nokia 6680 mobile phone. I do not mind if they cost. Links much appreciated. Cheers Cyart
Hi everyone, I have a bizarre image system where for an image, I get the cosines of the upper left pixel to the world coordinate system. These values are describing the direction of the col...
I have uploaded a shockwave file.  On my computer, I can use the file from its url location.  On a differnt computer, I can only see a blue screen.  Can you help?
I am looking at making a graphical (more 8 bit) MMORPG that is compatible with OS X, Windows, Linux, and the xBox 360. The only way I know how to do this is to program it in C++ but even then ...
Hi All,  I've developed a web-based free game with revenue line could be through ads...I've discovered that Realarcade.com is offering developers to submit their games for evaluation by their...
Hi friend,     I am wondering if you can show me various places to download game source code for the PC (DOS). Windows source is as fine too... Besides, I am very much interested in building ...
I have a DirectX Application which works in full screen. For debugging purposes I want to pop up a message box with an error message. The problem is that when the message box comes up it...