From 4c4d8942c4ab5be801ea7a582506ac2edaefa800 Mon Sep 17 00:00:00 2001 From: Mads Ynddal Date: Tue, 23 May 2017 14:58:13 +0200 Subject: [PATCH] PyBoy for the open-source emulator section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58b1085..96e57cf 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Here you can find everything to get started and master the development of unoffi - [jgilchrist](https://github.com/jgilchrist/emulator) - A Game Boy emulator in modern C++. - [gameboyGO](https://github.com/gonccalo/gameboyGO) - Game Boy emulator in go. - [GameBoyEmulator-GBS](https://github.com/Salgat/GameBoyEmulator-GBS) - Game Boy emulator written in C++14 with a single library dependency of SFML. +- [PyBoy](https://github.com/Baekalfen/PyBoy) - Game Boy emulator written in Python. Works on Mac, Linux and Windows. ## Software Development