| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
👾 Swift Emulation of Space Invaders built using emul8080r
A little side project into understanding how to build an emulator in Swift - and where to start other than the arcade classic, Space Invaders.
Just clone down the project, and copy into the Supporting Files directory a MAME compatible original Space Invaders rom named invaders.rom. It's often available on the internet as:
invaders.h invaders.g invaders.f invaders.e
So you can use the following terminal command to get the game into the appropriate format for this build:
cat invaders.h invaders.g invaders.f invaders.e > invaders.rom
Happy to receive any and all contributions relating directly to making this a more enjoyable and playable version of the game! It very much is the bare minimum to allow playback of the game and does not support any sounds. Please do raise PRs including instruction implementations/bug fixes/enhancements. For anything relating to the emulator itself, head on over to the repository here.
| Back | FazBrowse Home | New Git URL |