This site requires JavaScript, please enable it in your browser!
Greenfoot back
Roshan123
Roshan123 wrote ...

2020/6/16

game lag

Roshan123 Roshan123

2020/6/16

#
my game is lagging, so plz tell me what are the ways to reduce game lag
danpost danpost

2020/6/16

#
Roshan123 wrote...
my game is lagging, so plz tell me what are the ways to reduce game lag
Reduce number of actors in world (making sure all actors gone outside the bounds of the world are removed). Reduce number of animations (gifs). Reduce number of processes. Optimize code (doing things only when necessary; eliminating redundant or unnecessary codes; and avoiding extensive loops). Reduce world size (especially if animated or scrolling).
You need to login to post a reply.