User profile: Ch1156

User info
User name:Ch1156
Name:Chay Hawk
Bio:I like to play games, make games and program.
Statistical data
Birthdate:Apr 8, 1992
Gender:Male
Occupation:Other
Skills:C++
History
Joined:
Number of posts:1963
Latest posts:

Collision detection using bit manipulation
How would you rewrite the code that I have to just use bools? Like can you show me what specifically...

Collision detection using bit manipulation
well i simply just like the way it reads haha. I find it easier to read and decipher code when it re...

Collision detection using bit manipulation
Ok so after reading through the responses I decided to try the boolean way. Here is my new interpret...

Collision detection using bit manipulation
So it's pretty much exactly the same as if I made a struct of directions and tested against that? Is...

Collision detection using bit manipulation
So while working on a small game I discovered that the usual if statements for collision detection w...