Baekalfen / PyBoy

Game Boy emulator written in Python
Other
4.64k stars 476 forks source link

BombermanGB Wrapper #349

Open NIvo172 opened 2 months ago

NIvo172 commented 2 months ago

This PR adds a BombermanGB wrapper, that I used to train an agent to play arena mode.

After calling the start_game() method, the game automatically navigates to the arena mode, this includes entering the password to unlock the game mode.

I am open to suggestions, if you see anything I could improve.

Baekalfen commented 2 months ago

Very cool! Could you add some tests too? Just to check the basics to make sure I don't accidentally break compatibility later.