Role playing game. A game where the player assumes a character or role, that evolves through story or character development.
0
votes
1answer
182 views
Simulating Shadows with Pygame
I'm trying to simulate shadows for a 2d topdown RPG, but I can't think of the best way to do this
so far I've tried making copies of the original game entities and turning all opaque pixels black ...
1
vote
0answers
275 views
iOS cocos2d - sprite gets stuck in collision detection
I'm developing a top down game in cocos2d and I have collision code that checks collisions between enemies and the player so that they don't go through each other. The code seems to work but the ...