The fixed-point tag has no wiki summary.
2
votes
2answers
115 views
Intersection of a point and rectangle
I have a mouse cordinates in 2D game (x and y) and a rectangle (x,y, width,height).
How to find if the point is in the rectangle? I do not have any code to post here. I'm just searching for help.
3
votes
3answers
1k views
Concerning The Minecraft Skybox
I was wondering how does the stars in night time in minecraft work, are they point sprites? And are they placed on a texture or just randomly placed on some far away location.
EDIT 1:
OK, well, with ...
16
votes
1answer
705 views
Recreating retro/NES style physics with intentional imprecision
Background:
I'm having a problem getting the jump curve correct for a retro platformer remake project of mine. The original game is for the NES, and the player's velocity is stored in two separate ...