From d95d27d5c922462602c4810f9fcbbe2f08ff9e76 Mon Sep 17 00:00:00 2001 From: Turingon Date: Tue, 13 Aug 2024 20:17:51 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bcb6a58..99b1622 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # QBoy -A Game Boy emulator written in C, C++ and Qt for Linux, Windows and Android \ No newline at end of file +A Game Boy emulator written in C, C++ and Qt for Linux, Windows and Android + +![An image of the original Game Boy from 1989](https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Game-Boy-FL.jpg/220px-Game-Boy-FL.jpg) + +## Introduction + +QBoy is a Game Boy emulator written in C and a GUI implemented with C++ and Qt. I am largely following a [blog](https://www.inspiredpython.com/course/game-boy-emulator/let-s-write-a-game-boy-emulator-in-python) which implemented the emulator in Python. + +## Goals + +- [] Successfully emulate The Legend of Zelda Link's Awakening \ No newline at end of file