Search found 17 matches

by pibeytor
Sun Mar 23, 2008 2:16 am
Forum: Beginners Help
Topic: CHESS game on irrlicht
Replies: 4
Views: 362

of course..

that coordenates thing was just an idea.
we are allowed to use whatever we want.. as long we use irrlicht.

we can move the pieces with the mouse o the keyboard
by pibeytor
Sat Mar 22, 2008 7:23 pm
Forum: Beginners Help
Topic: CHESS game on irrlicht
Replies: 4
Views: 362

CHESS game on irrlicht

hi everyone... how are you.. i'm here again to ask for some advice and a little hlep too... i've been working with one 3d chess on irrlicht but i don know how to move the pieces.. my program is supossed to receive the coordenates written by the user, from where to where he wants to move.. the you pr...
by pibeytor
Thu Feb 21, 2008 10:03 pm
Forum: Beginners Help
Topic: problem with trees
Replies: 3
Views: 236

it's translated now.. thx!

by the way.. i'm using visual c++...

the code for "add" works fine; it adds words , but it's still missing 2 functions: compare and print.. i don't know how to show the words in memory to the screen...
by pibeytor
Thu Feb 21, 2008 8:27 pm
Forum: Beginners Help
Topic: problem with trees
Replies: 3
Views: 236

problem with trees

hi everyone I've been working with something and I'm a little lost.. **the code is in english**, just find and replace jijij there are 2 functions left: print and check spelling. it's like a syntax corrector. you write your word and the program tells you if you got some errors and tells you what opt...
by pibeytor
Mon Jan 28, 2008 9:00 pm
Forum: Beginners Help
Topic: Snake game with irrlicht
Replies: 25
Views: 10715

tnx guys yo did help me very much.

appreciate ur code randomMesh it was very useful
and thankyou for explainig greenya.

to everyone else, cheers!

see ya!
by pibeytor
Fri Jan 25, 2008 11:04 pm
Forum: Beginners Help
Topic: Snake game with irrlicht
Replies: 25
Views: 10715

what are the basis of the growing.. adding parts or time..??

i mean, what's the function of Itimer in thes program?
by pibeytor
Thu Jan 24, 2008 8:19 am
Forum: Beginners Help
Topic: Snake game with irrlicht
Replies: 25
Views: 10715

i'm sorry i'm not perfect..


but i really appreciate all your help.. thnx guys
by pibeytor
Thu Jan 24, 2008 6:34 am
Forum: Beginners Help
Topic: Snake game with irrlicht
Replies: 25
Views: 10715

So far, so good my snake can move with the directional keys. but i'm dont really know how to feed it and make it grow.. #include <irrlicht.h> #include <iostream> #include <cstdlib> using namespace irr; #pragma comment(lib, "Irrlicht.lib") scene::ISceneNode* snake = 0; IrrlichtDevice* devic...
by pibeytor
Wed Jan 23, 2008 11:48 pm
Forum: Beginners Help
Topic: Snake game with irrlicht
Replies: 25
Views: 10715

Just place it correctly upon creation and the Snake::move() method will work.
are you telling me that if i combine both codes the snake will work?
i'm trying to do that..
by pibeytor
Wed Jan 23, 2008 9:19 pm
Forum: Beginners Help
Topic: Snake game with irrlicht
Replies: 25
Views: 10715

thnx greenya

but i still dont understand how change the direction.
i dont know were tu place the code.. inside my event receiver or inside the main..

or i have to make another function named snakedirection? and call it from there?
by pibeytor
Wed Jan 23, 2008 7:19 am
Forum: Beginners Help
Topic: Snake game with irrlicht
Replies: 25
Views: 10715

i've added my code in the first post..
i hope someone can help me out...
by pibeytor
Tue Jan 22, 2008 5:35 am
Forum: Beginners Help
Topic: Snake game with irrlicht
Replies: 25
Views: 10715

yes.. it's for my school project...

we have to use lists or whatever they are called..

so i need something to start.. but i need help..
by pibeytor
Tue Jan 22, 2008 5:25 am
Forum: Beginners Help
Topic: Snake game with irrlicht
Replies: 25
Views: 10715

Snake game with irrlicht

well this what i've done so far.. it's supposed that when you press down one key( W,A,D or S) the esphere has to move to that direction without holding the key.. my code just move one tap at the time... and another question... how can i do in order to make other spheres appear at a random place and ...
by pibeytor
Wed Nov 07, 2007 8:34 pm
Forum: Beginners Help
Topic: convert models 3ds to x
Replies: 1
Views: 373

convert models 3ds to x

hello.. it's me asking for help again... i have a *.3ds model but irrlicht doesn't support this kind of file. so, can someone tell me how do i convert this file to an *.mdl file? that way i could import that to my irrlicht code with milkshape3d by converting it to *.x file. ...or there is another wa...
by pibeytor
Wed Nov 07, 2007 8:07 pm
Forum: Beginners Help
Topic: need a zelda mod for irrlicht game
Replies: 6
Views: 951

tnx cute alien.. i'll do that...

see ya soon