PyGame-Learning-Environment
PyGame-Learning-Environment copied to clipboard
Added game state for the MosterKong game
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.