Module pyboy.plugins

Plugins that extend PyBoy's functionality. The only publicly exposed, are the game wrappers.

Expand source code
#
# License: See LICENSE file
# GitHub: https://github.com/Baekalfen/PyBoy
#

"""
Plugins that extend PyBoy's functionality. The only publicly exposed, are the game wrappers.
"""

__pdoc__ = {
   # docs exclude
   'rewind': False,
   'screen_recorder': False,
   'manager_gen': False,
   'window_dummy': False,
   'window_sdl2': False,
   'manager': False,
   'window_open_gl': False,
   'disable_input': False,
   'auto_pause': False,
   'record_replay': False,
   'debug': False,
   'window_headless': False,
   # docs exclude end
}

Sub-modules

pyboy.plugins.base_plugin
pyboy.plugins.game_wrapper_super_mario_land
pyboy.plugins.game_wrapper_tetris