From c3b9b472bf9a993a89121b8989e4cc9dbc786f2c Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 26 Dec 2023 17:58:04 +0100 Subject: Minor changes --- README.md | 4 +++- res/screenshot.jpg | Bin 0 -> 19234 bytes 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 res/screenshot.jpg diff --git a/README.md b/README.md index fa3da14..51fc9d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# chip-8 emulator in C +# Chip-8 Emulator Written in C + +![Screenshot](res/screenshot.jpg) ## Resources that I used for this projects - See in `res/` diff --git a/res/screenshot.jpg b/res/screenshot.jpg new file mode 100644 index 0000000..ebbc204 Binary files /dev/null and b/res/screenshot.jpg differ -- cgit v1.2.3