From 2f91fa655f1d1582023aaf1eac5cd1701646c7b4 Mon Sep 17 00:00:00 2001 From: LinkHpp <63952783+LinkHpp@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:24:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e5b56..5a4194b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Spaceship NES This a test to learn how in the past they made games, spoiler alert it was in assembly, so I'm trying to learn how to make a basic arcade game with the help of book.famicon.party and learning how, in the process, learn some assembly and how the NES works. - +![Spaceship_Image](https://github.com/LinkHpp/Spaceship_NES/assets/63952783/fbd68e77-f78c-451f-9a12-7fd5809e752b) ## How to compile .nes If you want to use my code and change things to compile the .nes just use the assemble.sh file to create it!