Search found 58 matches

by Syncan
July 9th, 2013, 10:54 pm
Forum: Everything
Topic: Math
Replies: 25
Views: 8379

Re: Math

I'm going to tell you this now, it's not about the math. I know everyone here is saying 3D is all about math! -It's not, it's about problem solving. Programming is only problem solving. Yes knowing math will help, and will speed your process, but what really is important is your ability to figure o...
by Syncan
July 9th, 2013, 2:52 pm
Forum: Everything
Topic: Math
Replies: 25
Views: 8379

Re: Math

That reminds me of this video: http://www.youtube.com/watch?v=Unh51VnD-hA It covers game trees, which can be used to make AI solve MANY games. I suggest taking a look through the whole playlist, as there is nothing better than free college level courses! Thanks again :) I am half way the tree-searc...
by Syncan
July 9th, 2013, 1:08 pm
Forum: Everything
Topic: Math
Replies: 25
Views: 8379

Re: Math

Thanks Inverse, great links. The third one is bookmarked. Both books look very good ( as far as I could see so quickly ) but I should make a choice, as I must take care of my wallet ;) About AI developement: I remember Chili told in one of his lessons about it. I am interested in that part as well a...
by Syncan
July 9th, 2013, 11:40 am
Forum: Everything
Topic: Math
Replies: 25
Views: 8379

Re: Math

In the meantime, more straightforward examples of using math can be found in 2D examples. For instance, create a tank game (over-head perspective) where you can move the tank and rotate the tank upper part (cannon). Make it shoot the missiles as the correct offset to that angle and the plane of the...
by Syncan
July 9th, 2013, 9:15 am
Forum: Everything
Topic: Math
Replies: 25
Views: 8379

Re: Math

You mean math in the sense of those formula's Chili thought us to calculate lines and circles? Or more basic math used to make simple calculations with subtracting, adding and multiplying? I have not much of an education and needed to learn those things by myself. I found those formula's I mentioned...
by Syncan
July 8th, 2013, 6:14 pm
Forum: Everything
Topic: I'm not dead yet!
Replies: 49
Views: 18222

Re: I'm not dead yet!

Welcome back Chili :) You haven't hear from me because I visit this fantastic forum+tutorials for only six weeks or so. But still, I am happy with your post as if I know you already quite some time ;) I was just about to learn about intermediate tutorials, so you are just in time for new tutorials J...
by Syncan
July 5th, 2013, 9:43 am
Forum: Everything
Topic: To Chili
Replies: 10
Views: 6233

Re: To Chili

Looks pretty cool. A few bugs here and there. I didn't look through the code in detail but it seems really long, so I guess you could make it a lot shorter and more efficient. Using structs for point calculating could make things a lot easier, I think chili never actually taught about that stuff......
by Syncan
June 18th, 2013, 9:42 am
Forum: Everything
Topic: Lux, do you know if Chilli is fine?
Replies: 17
Views: 7125

Re: Lux, do you know if Chilli is fine?

LuX wrote:Some people have asked me, but no, I don't know where or what he is doing.

He has been checking the forums every now and then tho...
When you read his profile, you see he was here the last time at the 3rd of may.
by Syncan
June 15th, 2013, 11:18 am
Forum: Everything
Topic: Font with changeable size, spacing and thickness
Replies: 8
Views: 3627

Re: Font with changeable size, spacing and thickness

The type of game I am looking for is the 'old' Space invaders, but on my own way :)
I am not sure what should be subject of a complete make-over, as I have not learned enough about DirectX. Still in lesson 20, you know....
by Syncan
June 15th, 2013, 9:31 am
Forum: Everything
Topic: Font with changeable size, spacing and thickness
Replies: 8
Views: 3627

Re: Font with changeable size, spacing and thickness

Also understand that games programmed in the basic chiliframework are far from what an actual commercial program or game would be done, so if you plan on using it to show off programming skills then you better make something that uses more than just a few lines were you only added some points. Is t...