Skip to content

Releases: IKaramitsos/SpaceInvadersGame

Space Invaders Extended Code

Choose a tag to compare

@IKaramitsos IKaramitsos released this 28 Oct 12:15
2b07a06

Space Invaders Extended Code

Note

The .rar file contains the needed .image and .changes files to launch, as well as new files that are necessary for the extended version of the game, explained in the Assets section below.

Assets

  • SpaceInvader_Final.image base project file
  • SpaceInvader_Final.changes historical changes for reproducibility
  • SpaceInvader_Menu.st codebase of the game's menu
  • SpaceInvader_Version_Code.smalltalk codebase of the extended code version of the game
  • spaceshipp.png file needed for the visual representation of the player's spaceship
  • alienspaceshipp.png a visual representation of the enemy
  • lasergun.wav sound effect when player is shooting
  • destroy.wav sound effect when an enemy is destroyed

Requirements

  • Squeak/Smalltalk (any version)
  • Compatible with Windows/macOS/Linux

A look of the extended game version

Title Screenshot
SpaceInvaders Menu SpaceInvader_Menu
SpaceInvaders Game SpaceInvader_Start

Space Invaders Base Code

Choose a tag to compare

@IKaramitsos IKaramitsos released this 28 Oct 11:37
650d263

Space Invaders Base Code

Note

The .rar file contains the needed .image and .changes files to launch. The release provides the code that anyone can recreate by following the Part 1 to Part 5 instructions without trying to solve any of the challenges.

Assets

  • SpaceInvader.image base project file
  • SpaceInvader.changes historical changes for reproducibility
  • SpaceInvader codebase.st codebase of the space invader game to preview

Requirements

  • Squeak/Smalltalk (any version)
  • Compatible with Windows/macOS/Linux

Instructions

  • Instructions followed to create this file can be found here Part 1-5

A basic look of the game