Update README.md

This commit is contained in:
LinkHpp 2024-04-26 22:00:58 +02:00 committed by GitHub
parent 586389dec3
commit a620169a2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# Spaceship NES # 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. 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) ![imagen](https://github.com/LinkHpp/Spaceship_NES/assets/63952783/578254fe-2f7d-4bc3-bf45-fb5a79a9d5c3)
## How to compile .nes ## 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! If you want to use my code and change things to compile the .nes just use the assemble.sh file to create it!