Random generator

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
Philchan
Posts: 3
Joined: Wed May 25, 2005 3:31 am

Random generator

Post by Philchan »

Hi, I'm doing a final project in my trig class and I'm making a video game to present the many math thing we went over. so if someone can help me with a combat system, and to find a random math generator PM me and I'll fill you in on all the details, Thank you
FlyHigh
Posts: 111
Joined: Wed Mar 23, 2005 12:05 am

Post by FlyHigh »

What type of game is this?

A combat system in a fighter game is like 90% of the code, whereas a combat system in a platformer or something is 10%.
JoeWright
Posts: 74
Joined: Mon Dec 08, 2003 3:51 pm

Post by JoeWright »

Google for the Numerical Recipes book. Its available free online and has an excellent section on random number generation
Philchan
Posts: 3
Joined: Wed May 25, 2005 3:31 am

Post by Philchan »

Well the combat system is going to be a turn-base rpg battle system like, FF7, or Dragon Warrior III type so the combat doesn't have to be real time like a fighter game would be.
Guest

Post by Guest »

its still a lot of work to write a turnbased rpg combat system so dont even think of asking if someone could do it for you, i guess no one would answer :) maybe you do a search in google about the combat systems in general and how they work, then write some pseudocode and then at last realize your ideas in irrlicht, this is how i would do it :wink:
Philchan
Posts: 3
Joined: Wed May 25, 2005 3:31 am

Post by Philchan »

Well, I'll try that Idea, also the combat system need to have Trig question in it so I was thinking before your person attacks or defends or whatever the player has to answer a question in a certain amount of time to perform the attack or whatever correctly.

Here is an example of my idea:

Mike selects to attack a goblin with a normal frontal attack, right before his character hit the monster the game will pause and a window with a trig question will appear like "what is the degree of the polynomial x6+x2+3" and he has 15seconds to answer, If he gets it correct his character hit, if he doesn't get it correct the his character misses.

And also I know no one who do it for me this is my Trig final thats cheating :shock:
Post Reply