Advertisement

Game Engine

Started by September 21, 2003 02:48 PM
4 comments, last by Mubashar 21 years, 3 months ago
Hello Frnds I m gona design a Game Engine. i m not a professional one. and never worked for it. i have a tutor but i can''t just relay on him. i want you people to help me here. please let me tell about what steps i have to take in initails. Thanks Regards Mubashar Ahmad
You are at a 1,000,000,000 foot detail level here. Please be more specific and I maight be able to help.

Scott Simontis
e-mail:ageofscott@comcast.net
AIM:ssimontis
Scott SimontisMy political blog
Advertisement
A game engine to do what? What type of game? Which technology do you want to use? Do you want to be basic... or do you want to be complex and managed? Do you want a reusable engine for many types of game? Is your engine going to be genre specific? Are you going to use Scripting languages? Do you want to write the render engine yourself or use an existing library? The list is endless
#include "premadelibrarythatdoeseverythingforyou.h"int main() {    MakeEverquestClone();    return BigMoney;}
thanks for Response.

Frnds i want to desing a game which will support third person game and i decided to use directx 9 for the purpose.

High Level System Component are given here

Rendering Pipeline

„« Visualization in 3D

o Wire-frame Engine
o Defining Data Structure and file format
o Shading and Lighting
o Texture Mapping

„« Interaction in 3D (Physics Engine)

o Collision detection and Resolution
o Advancing Data Structure and file format
o Movement


User Interaction

„« Assembling event with user inputs


AI Engine

„« Path Finding techniques
„« Defence System
Strategy development
quote: Original post by Anonymous Poster
#include "premadelibrarythatdoeseverythingforyou.h"int main() {    MakeEverquestClone();    return BigMoney;}


[ sarcasm ]
Hey, it doesn''t compile, could you give me the source for the header
[ /sarcasm ]

Anyways, you should start by making a rendering system, can''t really help you just saying. If you look on extremetech theres more
The Untitled RPG - |||||||||| 40%Free Music for your gamesOriginal post by capn_midnight 23yrold, is your ass burning from all the kissing it is recieving?

This topic is closed to new replies.

Advertisement