1,039 Archived Topics
Remove Filter ![]() | |
hi,. if anyone related to flash pls contact me. i make a tic -tac-toe game in flash i have phase some pls if anyone related pls contact me. Game Development flash | |
Is there any thread or resource which can list the books related to game developement? Be it any langauge (C++/Java/Flash/Directx) I tried google but results are satisfactory.Can anyone help with pointers. Thanks in advance. Game Development flash | |
Hi everybody!!! I am a new student of programming. I received a project from my IT Prof. making a snake game. So far i did some of my simpliest snake program. I did it for almost 2 months. Now my problem is to make a level everytime the snake eats … Game Development | |
Hello all, I am a final year student developing a project on Image processing. I am thinking of using OpenGL for back-end processing. Is there any particular advantage in this choice like improved performance or ease-of-use? Are there any other options also available? I can code only in C/C++ & … | |
Hi to all game programmers :icon_cool: I want to implement the following: Short description: [B]A* Star for partitioned space combined with an adaptive partitioning in 3D.[/B] Detailed description: A. Assume that in the 3D space I have an Object (myMovingObject) that I want to it to move from one initial … Game Development algorithm data-structure queue | |
I am doin my bachelors and wanna know wat all is involved in game development so could some of the senior people here please guide me??? Game Development | |
My Mafia game. Need some help;D READ ------------------------------------------ Hello. i just got my mafia game Script and i really need some help from some pepole who are Skilled. i uploaded the game and when i click on the link it says Localhost using password No if u can help me … Game Development | |
i need some ebooks about the game programming. I don't have know any links to download it. I want to use C#. Thanks. Game Development | |
I'm trying to formulate an algorithm that will calculate the point where an independently rotating point collides with an independently rotating line.This will only concern instances where the rotating point, which will be called P1 from now on, and the rotating line, which will be called L1 from now on, … Game Development algorithm | |
Hello. I am Marc Trepanier. I came to this site looking for random generators. I have a unique job and a need for a generator that can cover nationality, clan affiliation, basic combat skills, and various other variables. Is there anyone here willing to help in this? Thank you. Game Development | |
[B][COLOR="Red"]Hi all i have a question which i need it's answer as soon as possible plz . i am a student in software engineering faculty , me and my team are making a game using c# language. so i need to know what graphic programms that i can use in … Game Development engineering | |
Dear, All Hello, Im a student studying Computer Science and Engineering at the German University in Cairo (GUC). I take a course were I should Implement a game called "Attaxx" using java programing. I should submit a java engine for the game by next week or so... its quite similar … Game Development engineering java pdf | |
Hello, I am looking for beta testers for chapter one of Crystal of Light. It's almost done (I estimate 3-4 more hours of programming) and then I will release it. Anyone interested in being a beta tester? I just need people to make sure that all of the events and … Game Development | |
Hello all, I'm new here, and not a programmer but obviously have an interest in computers/technology, blah, blah, blah. I was curious to know if there's anything out there about cross console gaming. For example a user playing a game on a Mac being able to play someone else on … Game Development gaming | |
I did a brief search of the forums, and didn't find anything on collision detection that was 1) this general, or 2) had this kind of question I don't want bounding box! every place i look all game tutorials use bounding box, and that is not accurate enough for what … Game Development | |
Hey, I've been trying to create an RPG, and I really have trouble moving with it. I really can't find any decent tutorials (or even books). The only book I've heard of (Making RPGs with DirectX, or something, by Jim Adams) got pretty bad reviews. The part I can't really … Game Development | |
Hello everyone My name is greg and i'm please to find your community. I'm in serch of a Admin Bot I can use to monitor our home channel and interact with our webpage also. I'm not a programer and have tryed a little bit but for what I need i'm … Game Development | |
i know that blender has a game engine, but i cannot find anything really good on how to get it to work... i can make physics happen, there are tutorials (like a ball rolling) on that that are easy to understand, but i don't get the event thing that blender … Game Development | |
Greetings! I would just like to ask you guys something. I am planning to create my mini 3d game...Do you guys know any good steps to start with....I have programming knowledge in C, C++, Java, Javascript, Perl, Php and Openlaszlo... I am also studying LindenScript and OpenGL.... Can anyone provide … Game Development javascript opengl perl | |
I know that C++ is (supposed to be) the best language for game developing. Would it be possible and/or easier to make a game like the [color=red][i]awsome[/i][/color] ones you always see at the apple store like StarWars Empire at war in cocoa? Would obj-C or obj-C++ be better? Game Development apple | |
Hey I'm new to programming but I know enough now that I have been trying to program my own game. I works, but I think my code is too complicated. Does someone want to test it and give me some suggestions? Thanks! Game Development | |
Hi, Im trying to develop a game with Gamemaker 7, problem is I dont know a bit of programing, and I dont know were to get things like sprites, backrounds, etc, is there any way I can rip sprites from a website? I would like to make an turn-based RPG … Game Development video | |
Without getting into too much detail about my own history, I'll be a junior in college this fall semester. My Bachelors Degree is "Computer Science" (the other degree offered being "CS - Information Technology" which is a bit more hardware based). My end goal is to be a programmer (on … Game Development encryption | |
The project I've been developing is Web TORPG where users develop their character(s) appearance and fighting tactics, adventure/discover new places, take on quests, join forces or go solo to battle against monsters/bosses or even other players, participate/effect the storyline via events, create/raid guild castles, steal from stores/players, open up shop, … Game Development | |
I am using DirectDraw to make a game and I am running it in 8-bit color mode. What I am having a problem with is making a macro to convert RGB values into a single 8-bit color. Here is the macro: [CODE=c++] #define RGB_8BIT(r, g, b) ((r & 224) + … Game Development algorithm | |
i know how to hook api function,because i can get the api function the system file of dll,but how can i get the directX function such as Direct3DCreate9(); And I want to learn some about DirectX ,who can post me some ebooks about it and my e-mail is [email]guangxing_xu@126.com[/email]. 3Q! Game Development api | |
Hello, I need some direction with getting started making a tile based game/map editor. I've searched everywhere but nothing really answers my question, so I thought I'd ask myself. Ok, before anyone says, I want to clear it up, I *want* to make a map editor and game separate applications … Game Development visual-studio | |
I have a USB downloader executable and tryint to automate with a .net application. Well the USB executable asks me for libusb0.dll FILE TO E INSTALLED. I beleive its a driver file that needs to be installed. May I know where I can get that file (online)? Thanks for your … Game Development | |
i started making a game using c++ and allegro, but i keep getting a error can some one please help me out this is the code [code] #include <iostream> #include <allegro.h> #include "PlayerClass.h" #include "Global.h" using namespace std; #define LEFT 4 #define RIGHT 6 #define UP 8 #define DOWN 2 … | |
I want to make an engine similar to [URL="http://unreal.com"]Unreal[/URL] for PC, 360, And PS3. Who Wants to help? Game Development | |
Does this code look right for centering an image on the screen (in this case a chess board): [CODE=C++] int Chess::Board::Center(int width,int height) { if(m_texture == NULL) return 0; D3DXVECTOR2 center; center.x = (float)width/2.0f; center.y = (float)height/2.0f; m_position.x = center.x - (m_texture->GetWidth())/2; m_position.y = center.y - (m_texture->GetHeight())/2; return 1; } … Game Development image | |
Dear all, I'm a final year computer science student and i intend to to my graduation project as an online virtual reality application.( 3D presentation for objects inside browsers ).but actually i have no idea about the best tools used nowadays to accomplish such a product. I have heard of … Game Development flash virtual-reality | |
I keep getting a logic error when I go to fight a monster. It says the life must be initialized and then I get a runtime error. So I put a value to it and it runs fine. But the question is, what happens after the fight. I don't want … Game Development | |
Hi, do any of you know any good resources for (2d) game development in java? I want to build a game but need a good tutorial/resource for such a thing. Can you help? Game Development | |
Hello all, my first post on these boards. I have spent the last few hours reading this section of the boards and I have noticed many new to programming people ask the same question: What language should I use, where should I start, what should I learn, etc etc. All … Game Development career delphi pascal web-design | |
hey yall, we are currently looking a scripter who would be interested in being a main scripter for a game were making (amature for fun) we need a main scripter or maybe even 2 scripters who are willing to join us at grove of darkness puerly for fun in making … Game Development | |
Ok, I'm writing a simple program with VC++ and DirectX. It's basically a working framework for 3D games, but all I need it to do right now is load a mesh and display it, and it is killing me. I've done this successfully before, I don't know why its not … Game Development web-browser | |
Man i want to develope an unbeatable tic-tac-toe game with two player option.. Please help me... my presentations are in the first week of december!!! Game Development | |
I am a new programmer but I am devoted to make a game. Can I make a game engine that have [I][U]software rendering and openGL[/U][/I] . With a [I][U]little bit of AI and dynamic lightning[/U][/I] and [I][U]sprites/models[/U][/I]. I am[B] not[/B] asking the ~~~~~ [I][U]like Half life or Quake engine[/U][/I], just … Game Development opengl | |
Hi there!!! anyone know how to create a BOT program for online games?? please send me an example!!! |<snip> Game Development | |
In other words what operating system do pros like Cliffy B use? Game Development operating-system | |
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 … | |
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 | |
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 | |
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 |
The End.