All Questions
Tagged with processing 2d
3 questions
1
vote
1
answer
489
views
Topdown Game Collision Detection
I am working on a simple game with topdown movement, but I am unable to get the collisions to work properly. I know the collision detection itself works, but the constraining of the player is where I ...
0
votes
1
answer
143
views
Creating terrain
I am working on creating a 2D side-scrolling car game. My problem is generating the terrain. When creating the terrain, I need to have it random and recorded, so I can create collisions at a later ...
0
votes
1
answer
2k
views
How to make smooth 2-d zooming in Processing
I am making a 2d game with camera zooming using Processing. Currently, my program reduces the size of each block by one. This works very well when there are only a few blocks on-screen, but not when ...