Spaceship_NES/README.md

10 lines
597 B
Markdown
Raw Normal View History

2024-04-26 13:59:43 +02:00
# Spaceship NES
2024-09-17 13:19:35 +02:00
This a project 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.
2024-04-26 14:03:02 +02:00
![imagen](https://github.com/LinkHpp/Spaceship_NES/assets/63952783/578254fe-2f7d-4bc3-bf45-fb5a79a9d5c3)
2024-04-26 14:18:41 +02:00
2024-04-26 14:03:02 +02:00
## 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!
2024-04-26 14:29:16 +02:00
2024-04-26 14:03:02 +02:00
NOTE: It only works on Linux if you are using Windows you'll have to do it manual