Crates.io | i8080 |
lib.rs | i8080 |
version | 0.1.0 |
source | src |
created_at | 2017-08-29 14:06:14.645407 |
updated_at | 2017-08-29 14:06:14.645407 |
description | An Intel 8080 emulator |
homepage | |
repository | https://github.com/Aaronepower/i8080.git |
max_upload_size | |
id | 29755 |
size | 1,776,941 |
Before you can run individual games you need to get game and sound files you can
see the specific requirements for games below. Once you have the files it's just
a matter running the binary for the game from the src/bin/
directory like so.
cargo run --release --bin invaders
Space Invaders
In order to use to play Space Invaders you need have OpenAL and libsndfile installed.
In order to build the project you need access to MAME Space Invaders and place
them in games/invaders/src
. It should should be four files like
invaders.e invaders.f invaders.g invaders.h
.
In order to run space invaders you need to have the audio files in
games/invaders/sound
. They should be wav
and in the format 0.wav 1.wav
up
to 8.wav
.