Content tagged code-optimization

Report Tag

3 usages of this tag
  • 1 replies
  • 250 views
This content is deleted
Forum Topic
How do I make this code more efficient ? DRY?
0 favourites

I'm creating a prototype for a custom character creation system. I have a sprite for hair, eyes, etc. Each sprite has multiple frames with different eyes/ hair...

  • 6 replies
  • 312 views

I wonder which of these schemas I should use: 1) Have a group for all events that are host only. Have a group for all events that are peer only. And have a grou...

  • 2 replies
  • 165 views
This content is deleted
Forum Topic
Player vs AI platformer. Some advices or code review?
0 favourites

I'm actually working on a game which include sometime, a king of duel happening. The idea is quite simple, you have to kill the AI before it kills you. It's qui...