gameboy
Here are 608 public repositories matching this topic...
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()
-
Updated
Nov 25, 2020
-
Updated
Nov 30, 2020 - Assembly
-
Updated
Dec 1, 2020 - C
This would vastly help the Dev experience for game developers
-
Updated
Nov 28, 2020 - C
-
Updated
Nov 30, 2020 - Assembly
-
Updated
Nov 25, 2020 - C++
-
Updated
Sep 12, 2020 - C
-
Updated
Nov 15, 2020 - Assembly
-
Updated
Oct 2, 2020 - C
-
Updated
Nov 7, 2020 - Go
-
Updated
Nov 12, 2020 - Assembly
-
Updated
Jul 30, 2020 - Elm
-
Updated
Nov 30, 2020 - Assembly
-
Updated
Nov 30, 2020
-
Updated
Feb 12, 2020 - Rust
-
Updated
Sep 14, 2020 - C
-
Updated
Jul 26, 2020 - Go
Improve this page
Add a description, image, and links to the gameboy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gameboy topic, visit your repo's landing page and select "manage topics."
https://github.com/libretro/blastem-libretro
Alternative Genesis Core with ARM support.