PyGame-Learning-Environment icon indicating copy to clipboard operation
PyGame-Learning-Environment copied to clipboard

Added game state for the MosterKong game

Open MatheusZickuhr opened this issue 5 years ago • 0 comments

Added game state for the MosterKong game.

The state contains:

  • player x and y position
  • coins x and y position
  • enemies x and y position
  • allies x and y position
  • fireballs x and y position

If there is less then ( 5 * number of enemies) fireballs in the map the position of the nonexistent fireballs is (0, 0). Same applies for the coins (when the number of coins is < 25).

I would like to return the position of the ladders as well, but I'am having some problems with that.

MatheusZickuhr avatar Oct 05 '19 21:10 MatheusZickuhr