$3

Space Invaders source code

I want this!

Space Invaders source code

$3

This is the source code for the Java desktop Space Invaders-like game I made. You can see the game here:

https://rumble.com/v3ywlc5-space-invaders-java-desktop-game-wsource-code.html

It does not include the graphics and sounds as those were likely copyrighted, but it does have two different text files with detailed instructions of what is needed. One explains the size of png files needed along with their names and instructions of the orientation of the needed sprite sheets (how many rows and columns) and the other contains instructions for creating the sound files (the subdirectory to put them in, the name of the file, and the mp3 format for all of them).

Keep in mind this was made for an older version of Java in Eclipse, so edits may be needed to integrate into newer versions of Java.

I forgot to add instructions for the sound files, so I will add them here:

The sound effects files need to be created as well. They're referenced in a subdirectory SFX with the following names for the sound files. The length makes no difference.

laserSound = new AudioPlayer("/SFX/laser.mp3");
enemyLaserSound = new AudioPlayer("/SFX/laser-enemy.mp3");
explosionSound = new AudioPlayer("/SFX/explosion.mp3");
explosionStrayEnemySound = new
AudioPlayer("/SFX/explosion_stray_enemy.mp3");
explosionPlayerSound = new
AudioPlayer("/SFX/explosion_player.mp3");
music = new AudioPlayer("/SFX/music.mp3");

I want this!
Size
22.2 KB
Copy product URL
30-day money back guarantee