Module pyboy.plugins
Plugins that extend PyBoy's functionality. The only publicly exposed, are the game wrappers.
Expand source code
#
# License: See LICENSE.md file
# GitHub: https://github.com/Baekalfen/PyBoy
#
"""
Plugins that extend PyBoy's functionality. The only publicly exposed, are the game wrappers.
"""
__pdoc__ = {
# docs exclude
"record_replay": False,
"window_headless": False,
"manager_gen": False,
"window_open_gl": False,
"debug": False,
"screenshot_recorder": False,
"manager": False,
"window_sdl2": False,
"auto_pause": False,
"screen_recorder": False,
"window_dummy": False,
"rewind": False,
"disable_input": False,
# docs exclude end
}
Sub-modules
pyboy.plugins.base_plugin
pyboy.plugins.game_wrapper_kirby_dream_land
pyboy.plugins.game_wrapper_super_mario_land
pyboy.plugins.game_wrapper_tetris