Skip to content
#

pypy

Here are 88 public repositories matching this topic...

PyBoy
DavidSteinhart
DavidSteinhart commented Jun 3, 2020

I tried saving and loading a state, but the resulting images differ. Mario shows a different animation frame. Might be related to #99

from pyboy.utils import WindowEvent
import pyboy as pyboy
import numpy as np
import io

# Load Super Mario Land and progress to start of game
boy = pyboy.PyBoy('SuperMarioLand1.gb')
boy.set_emulation_speed(0)
for i in range(100):
      boy.tick()
cheroot

Improve this page

Add a description, image, and links to the pypy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pypy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.