Search found 42 matches

by eyad
July 7th, 2019, 12:08 pm
Forum: Everything
Topic: advanced 3 vector collision
Replies: 3
Views: 1838

advanced 3 vector collision

in advanced 3 (new series) when testing the circle collision with the "plank" i did the same code as chili but the distance (between point and line) gives different results than what chili does. i can't figure out why.... collision code found in Ball.h in functions bool IsCollidingWithLine(const Vec...
by eyad
November 24th, 2017, 4:05 pm
Forum: Everything
Topic: pure math recommendations
Replies: 3
Views: 2129

Re: pure math recommendations

Well chili does cover pretty much everything already in his tutorials. Now theoretical basis and how those things are defined and calculated you can surely find in some video tutorials. However if you want to apply them to solve a task - practice on your own sheet of paper is essential. so far i di...
by eyad
November 23rd, 2017, 2:10 pm
Forum: Everything
Topic: pure math recommendations
Replies: 3
Views: 2129

pure math recommendations

hello there everyone, now i'am considering studying only math, just to keep up with the 3D programming series and be generally better with programming.. so i would like to get some help, mainly recommendations about -best-resources i should use to learn these subjects. i hope that i can learn all th...
by eyad
October 29th, 2017, 7:50 pm
Forum: Everything
Topic: Fuly polished game
Replies: 3
Views: 2181

Re: Fuly polished game

first of all i really appericiate that you tried it out and even more, you pointed out some bugs, thanks for that dude. Please remove: backgroundSprite(new Surface(Surface::FromFile(L" D:\\workshop\\Chess\\Engine\\ Resources\\images\\startMenu.jpg")), Vec2I( 0,0 )) from every Surface loading you hav...
by eyad
October 29th, 2017, 6:05 pm
Forum: Everything
Topic: Fuly polished game
Replies: 3
Views: 2181

Fuly polished game

well, in "Update [Moving] 2017/06/16" video chili asked why people just submit there work without polishing. in response to that, i polished my biggest demo of them all so that i can advance in it's development without leaving anything behind. i said before i would add AI to it but, i'm not a savage...
by eyad
October 4th, 2017, 3:57 pm
Forum: Everything
Topic: problem solving = MIND BLOWING (I 12)
Replies: 7
Views: 2742

Re: problem solving = MIND BLOWING (I 12)

Damn, couldn't even wait a month or two. don't know if you mean me or them by that ^ :?: but, i would like to clarify that i finished there interview 20 days before my graduation (already told them that) and they replied "we will be waiting you when you graduate" -looks like they didn't mean it tho...
by eyad
October 4th, 2017, 1:56 pm
Forum: Everything
Topic: problem solving = MIND BLOWING (I 12)
Replies: 7
Views: 2742

Re: problem solving = MIND BLOWING (I 12)

it's either that they are testing the interviewee ability to jump between languages thus knowing that he knows the general concepts of programming -or any other so deep and weired reason- or simply because the second interviewer know nothing but JAVA :lol: ===== they didn't give me the job because i...
by eyad
October 4th, 2017, 1:21 pm
Forum: Everything
Topic: problem solving = MIND BLOWING (I 12)
Replies: 7
Views: 2742

problem solving = MIND BLOWING (I 12)

in response to the last words in Intermediate 12 tutorial: actually those skills are quite valuable. using only chili's tutorials i applied for a job that needs c++ developer and i was really impressed about how i did well, considering its my first time getting a job interview :) the interview was a...
by eyad
March 21st, 2017, 12:22 pm
Forum: Everything
Topic: Please Review my game :D
Replies: 7
Views: 3648

Re: Please Review my game :D

Looking good bro! A couple of issues: En passant was mentioned, and it seems that castling is not working either (I could not get it to work). Also, the white border around the pieces is distracting on dark squares. Consider either using two versions, onoe with a light board and one with a dark, or...
by eyad
March 21st, 2017, 10:07 am
Forum: Everything
Topic: Please Review my game :D
Replies: 7
Views: 3648

Re: Please Review my game :D

Good job. You are clearly far ahead of me. ;) I am currently trying to avoid Chili's poos. :lol: Next is the snake wagon. :mrgreen: chili poo was tough when i was first done it + what twisted universe you live in where your worst enemy is just POOs. don't worry you will get there, i did this game a...