Search results

  1. O

    Help: Unit Spawning bugs

    Hello again OpenPandora. I am almost finished my game, Table Wars. Right now, there are two bugs I am having trouble with in my game. Both of which relate to the spawning of the units in the game. How I am spawning units currently is appending the sprite to a global group via a keystroke, like...
  2. O

    Help: Turn Based Strategy game

    I am currently building a turn based strategy game using Python/pygame. While unit spawning, movement and turn order work perfectly, I have hit a snag in the combat block. Say for example, I use a Red archer to attack a Blue Archer, as shown here: if mouseX in range(bluA.rect.left...
Back
Top