diff --git a/.github/logo.png b/.github/logo.png new file mode 100644 index 00000000..954fc273 Binary files /dev/null and b/.github/logo.png differ diff --git a/README.md b/README.md index 4d79cc53..cb725bb3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Rust for the Game Boy Advance +![AGB logo](.github/logo.png) + This is a library for making games on the Game Boy Advance using the Rust programming language. It attempts to be a high level abstraction over the internal workings of the Game Boy Advance whilst still being high performance diff --git a/logo-original.png b/logo-original.png new file mode 100644 index 00000000..7f1f0d34 Binary files /dev/null and b/logo-original.png differ