From ee11900d928320a773d70b9217ab8f050fd89c2d Mon Sep 17 00:00:00 2001 From: LinkHpp <63952783+LinkHpp@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:03:02 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 820474e..32c525d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # 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. + +## 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! +NOTE: It only works on Linux if you are using Windows you'll have to do it manual