1,009 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for akockimcut28

Hi there!!! anyone know how to create a BOT program for online games?? please send me an example!!! |<snip>

Game Development
Member Avatar for camthalion95
0
68
Member Avatar for auzzyboy

My idea is really simple: -create a game similar to that of Deer Hunter, except you arent hunting for deer. You are hutning for squirrels. I would like some help with People experianced in C or C++. to script. <snip>.

Game Development
Member Avatar for Tigran
0
106
Member Avatar for Gianf

Hello all, I am new here, so yeah...just wanted to get that out of the way. I am looking to create a game, or at least a character or terrain or something to help start my future. Being only 14, I am looking to go into a career that involves …

Game Development
Member Avatar for lancer56
0
92
Member Avatar for aidan mate

hey am still in high skool about to go in 5th year am looking for a ways to get in to games development i live in Glasgow any courses or recommendations? thank for having a look

Game Development
Member Avatar for CoolGamer48
0
131
Member Avatar for CoolGamer48

Hey, I'm doing a school project on how math and physics are used in video games, and I'm trying to find things that I could talk about. The main idea I have right now is how trig is used to calculate the changes in x and y values of an …

Game Development
Member Avatar for i_Robot
0
111
Member Avatar for teh noobshow

if anyone has a bot maker for games please post the link

Game Development
Member Avatar for MattEvans
0
472
Member Avatar for pinballgeek

In late 1999 the Williams Pinball manufacturing company decided stop production. Higher profits were generated from the slot machine manufacturing division. This decision may have been encouraged by (evil) market analysts stating the pinball division was dead weight. They had just launched the most advanced pinball machine ever and it …

Game Development
Member Avatar for pinballgeek
0
177
Member Avatar for drichird

Well I made it through my first semester of an MSCS. Almost. This summer I want to build a game. I am trying to understand a little bit of the history of Windows graphics and am a bit confused. There's WinAPI. There's OpenGL. There's DirectX. As I understand it, OpenGL …

Game Development
Member Avatar for Grigor
0
166
Member Avatar for ddimon

Hi, My nephew has a school assignment (7th grade I think) where he has to interview a video game developer (or someone in that industry) who has at least some knowledge of the process. He emailed me a list of questions in hopes that I would be able to answer …

Game Development
Member Avatar for ddimon
0
148
Member Avatar for pcbrainbuster

Wazup guys, In the following code I can't fingure out why the lights do not work correctly and so I require your help ---> [icode] #include <windows.h> #include <d3d9.h> #include <d3dx9.h> #pragma comment (lib, "d3d9.lib") #pragma comment (lib, "d3dx9.lib") #define ScreenW 640 #define ScreenH 480 #define CustomFVF (D3DFVF_XYZ | D3DFVF_TEX1 …

Game Development
Member Avatar for i_Robot
0
105
Member Avatar for techbrain55

hello there, The software used are: DarkBasic, GameMaker, Visual C++, Maya, 3D Max and the school's own game engine. Is this course worth a try? And is DarkBasic useful in the game industry? please reply me thanks. Techbrain55

Game Development
Member Avatar for patelmiteshb
0
195
Member Avatar for CoolGamer48

Hey, so I'm making a Breakout game in C++ w/ DirectX, and I'm having some trouble thinking of the ball bouncing physics. The way I've made breakout games before was to have the ball only move at 45 degree angles. This was fairly simple. Just reverse the x or y …

Game Development
Member Avatar for MattEvans
0
4K
Member Avatar for David S Cherry

Hello everyone!! I am new to Daniweb! I am lookng for advise on the best game engine software as well as computers. To give a little bit of background, I have been working for a company for 10 years designing and maintaining their website and I do some freelance on …

Game Development
Member Avatar for CoolGamer48
0
115
Member Avatar for Natethemad

I am becoming a game coder and i need to to know what kind of programs in school i should take. I am not sure exactly i am just working on simple codes now i want to know how to increase my education in this field. Any suggestions for me?

Game Development
Member Avatar for naina_gill
0
310
Member Avatar for CoolGamer48

Hey, So, I'm trying to learn DirectSound, and imagine my delight to learn that DirectSound doesn't have any interface for loading wave files! So MSDN refers me to the DXUT.h file that can be used to load .wav files and even to take care of some DirectSound stuff for you. …

Game Development
Member Avatar for CoolGamer48
0
177
Member Avatar for Saaddani

I posted my code along with the assignment issue here: [url]http://www.daniweb.com/forums/thread121468.html[/url] I apologize I overlooked the Game Dev section. In short, the assignment is: Implement a Goal Oriented AI system. The system should include C++ objects that implement Goals, Actions and Tools. Use the programming example for Chapter 3 as …

Game Development
Member Avatar for Ancient Dragon
0
184
Member Avatar for zaid08

Hi all, I am a Network Engineer, I have BSc and MSc degrees in Communication Engineering, CCNA Certified, and Juniper Certified..BUT...I love Games Development. I left all that behind and I started taking online courses to program and develop games. I learned C++ and I am very good at it …

Game Development
Member Avatar for Saaddani
0
123
Member Avatar for lawrenceh

Hi all, My first post on this forum. I am trying to move a counter on a board and I am trying to use Web browers as the user interface. I have written the following test code, where x and y are generated by the server and passed to function …

Game Development
Member Avatar for lawrenceh
0
219
Member Avatar for Raptoricus

hi all, this is the same game (if you can call it that yet) that I asked for help with last time (but I sorted it out myself) this time the problem is getting hp off of a monster/character in the combat header Ive already got a damage function that …

Game Development
Member Avatar for Raptoricus
0
135
Member Avatar for naina_gill

I am familiar with programming culture. I want to start learning 3d games development. I want to know which language is most suitable for sustainable games development- directX or openGl or c++ or some third language??? Please guide me! Thanks & Regards *naina*

Game Development c++ opengl
Member Avatar for naina_gill
0
132
Member Avatar for David Wang

[B]Game I am about to make:[/B] Coins are randomly drawn from a set of possible coins and arranged in a line. Two players alternately remove and collect a coin from either end of the line. The game ends when all the coins are removed and collected by the two players. …

Game Development
Member Avatar for David Wang
0
131
Member Avatar for iamfrank

I'd like to learn about making an RPG old style like Final Fantasy on NES. But I don't know where to start ! I'm ready to put the effort needed in it, but can someone help me get started ? I don't have problem with the story or thing like …

Game Development
Member Avatar for iamfrank
0
88
Member Avatar for slacke

Do anybody know about this mapping in the SDL_MapRGB [CODE]SDL_MapRGB(screen->format, R, G, B)[/CODE] The screen is my SDL_Surface. Does this define only a single color. The RGB are Uint8 type and I set them As I wish from 0-256. [CODE]Uint32 color = SDL_MapRGB(screen->format, R, G, B);[/CODE] i don't understand the …

Game Development opengl
Member Avatar for slacke
0
178
Member Avatar for paracavern

Hi all, This is an openGL question, i am using DEVc++ not VC++. I am assuming this is a better place to post than in the C++ section, but i will do there also. Im trying to make an accurate reconstruction of the Temple of Zeus at Nemea as a …

Game Development
Member Avatar for paracavern
0
129
Member Avatar for ritasha

hi, actually,am doing a programming project concerning a ludo game. i must create a ludo game in cpp langauge. if anyone can help me in designing the die,it would be very nice. i am using the rand and srand function to genarate the random number of the die. but i …

Game Development
Member Avatar for jwenting
0
84
Member Avatar for 899998

Currently i am scouting Colleges that would provide me the neccessary education in game design. I am wondering if anyone could give me a few college names located in California that would prepare me if game design. To be more specific, i also ask as to what field does game …

Game Development
Member Avatar for gwarguy
0
82
Member Avatar for coldfirezz

I want to create a web based rpg that will includ emany different charecters such as Master Cheif and Mario and many others. I am a total noob to web design/creation so I am looking fo some help/ideas/comments. Have have only used c++ but for a breif time(1/2 years). I …

Game Development
Member Avatar for CzechRock3
0
109
Member Avatar for Venom Rush

Hi there I've had a bee in my bonnet for a little while now and I've decided to get the ball rolling on creating my own web-based RPG game. But I'm not sure what the best route is with a programming language. I have some basic php knowledge and I've …

Game Development
Member Avatar for PirateTUX
0
293
Member Avatar for Bushido Hacks

Hello, everyone. I'm having some trouble getting [code=c++]glutMouseFunc[/code] to work. [code=c++] #include <GL/glut.h> //GL/glut.h includes GL/gl.h and GL/glu.h so there is no need to declare them #include <ctime> // std::time #include <cstdlib> // std::srand #include "./colorgl.h" // contains my ColorGL class that handles colors. #include "./pathgl.h" // contains my NodeGL, …

Game Development
Member Avatar for MattEvans
0
259
Member Avatar for Pker

Hi, :) , im working on a game with some people and we're going to need a server. its an mmo. the game is no were near complete but for us to make sure its working we need some one to host a server for our game. we don't realy …

Game Development
Member Avatar for PirateTUX
0
83
Member Avatar for s11kenneth

Hi, we plan to set up a company in india to write game programme. anyone can help/advise how to go about.

Game Development
Member Avatar for beefstick720
0
351
Member Avatar for Emperor456

hi everyone!!! im creating an online rts game (like rome total war) and wanted to know if there are any online tutorials explaining how to create the game, models, world, interface and how to put it on the internet. If anyone can help me out i would be very grateful. …

Game Development
Member Avatar for Tsuruya-san
0
325
Member Avatar for <1337>Me</1337>

I was thinking that when I have an advanced knowledge of c++, I would try and make a 1st person shooter. I was thinking like the next Counter Strike type of thing (in my dreams). But is this an ambitious thing to do?

Game Development
Member Avatar for Tsuruya-san
0
222
Member Avatar for Hockeyfreak889

Ok so first off i dont know much about programming. I am currently in the middle of my first programming class in school and i love it. It is based around visual basic 6, however the class moves incredibly slow so i decided i want to teach myself another language. …

Game Development
Member Avatar for beefstick720
0
141
Member Avatar for beefstick720

does anyone know of a good fps engine besides fps maker. i don't really care if it has networking or not but it would be nice. alright thanks.

Game Development
Member Avatar for beefstick720
0
62
Member Avatar for CoolGamer48

I'm trying to make my game pause if the user presses the 'P' button, and then unpause again with the P button. The pausing works when it's only pausing: [CODE]game_state = PAUSED;[/CODE] I've currently tried the following with pausing and unpausing - none have worked: [CODE]switch(game_state) { case RUNNING: { …

Game Development
Member Avatar for prushik
0
363
Member Avatar for oreo_cheesecake

hi, can i ask, what are the basic parts of a game engine? because i am planning to make one using java and i dont know where to start!! need you help thanks

Game Development
Member Avatar for beefstick720
0
949
Member Avatar for biabia

I'm making a fantasy game :D and after googled awhile I found some really cool model resource places (I bought some models here and there too they're all very nice) and wanna share them with you. Well, here they're: [url]http://3drt.com[/url] [img]http://www.3drt.com/3dm/characters/warrior/warrior_01.jpg[/img] [img]http://www.3drt.com/3dm/characters/amazon/amazon_10.jpg[/img] The price's kinda high but they have a …

Game Development
Member Avatar for beefstick720
0
162
Member Avatar for Sgt. Pepper

OK, hes a list of the things I've used: Premade Engines (I dont know what the program thing is called) Torque Game Engine 3d Game Studio 3D Editing Programs GMax 3DSMax a little Milkshape Porgramming starting C++ 2d Graphics Correl Photoshop Game Making Programs RPG Maker2k Game Editing Programs TES …

Game Development
Member Avatar for Sgt. Pepper
0
132
Member Avatar for kanoshy

Hi. Can I have your opinions and suggestions for my game? [url]http://www.4shared.com/file/36218423/a58f8b1c/kanoshy55.html[/url]

Game Development
Member Avatar for beefstick720
0
109
Member Avatar for bhuvanee

Please help me.. I ve a problem in integrating Nokia Emulator to Netbeans.. I ve installed s60_3rdEdition_MIDP_SDK..BUT I am unable to add this emulator to Netbeans..can anybody help me.. Regards, Bhuvana

Game Development
Member Avatar for rick222
0
297
Member Avatar for prushik

I have a triangle in my game, that flies around the screen (like a space ship) I am trying to determine collisions for that triangle based on whether or not the lines intersect. However, I am using OpenGL, so when I rotate this triangle, all I do is make a …

Game Development
Member Avatar for MattEvans
0
139
Member Avatar for mjmythili

hii all i have loaded an X file in Directx. How to apply textures and materials for that object. plz help. its urgent

Game Development
Member Avatar for rick222
0
74
Member Avatar for someguy88

Hello Spike here. I've been teaching myself C++ for awhile now, but im still not very good at it. I was actualy wondering about the .bmp image files. I know in games they are read as little animations of some sort but they are on a flat image just in …

Game Development
Member Avatar for someguy88
0
78
Member Avatar for crioto

Hello, I need to calculate the shortest path between two points with the ability to circumvent obstacles. Description tasks: PLAYING field is a 10x10 matrix (a unit of measurement - Cell) The player is in a 5x5 cell. It needs to be moved to a cell 8x9, but in different …

Game Development
Member Avatar for MattEvans
0
198
Member Avatar for jimmy bones

can some one help me i need the sudoku game in java programing code

Game Development
Member Avatar for Phaelax
0
110
Member Avatar for Pro2000

Hi there... What is the best (3D Games Programming & Design) Program?

Game Development
Member Avatar for Nick Evan
0
171
Member Avatar for CoolGamer48

Does anyone have some good logic (not necessarily code, but if you happen to have to urge to give C++ code snippets, be my guest) for collision checking? I know about the IntersectRect function from DirectX, but using that isn't enough. I was planning on moving the player back to …

Game Development
Member Avatar for Phaelax
0
112
Member Avatar for CoolGamer48

Hey, I'm trying to use trig to create a rotating tank (you rotate the tank by pressing left and right, and move forward and back by using up and down). I'm using this formula (C++): [CODE] tank.movex = cos(tank.direction*0.0174532925)*tank.move; tank.movey = sin(tank.direction*0.0174532925)*tank.move; tank.x += tank.movex; tank.y += tank.movey;[/CODE] tank.move is …

Game Development
Member Avatar for CoolGamer48
0
105
Member Avatar for CoolGamer48

Hey, sorry if I'm in the wrong forum, but I need some help with getting the left and top values for a tile from a tile set. A book I have gives these two formulae: [CODE]left = (current frame % number of columns) * sprite width top = (current frame …

Game Development
Member Avatar for CoolGamer48
0
60

The End.