Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 722 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 722 Bytes

Bass Invader

Is that even music coming from your room? Don't let grandma cut you off.

A port of the first game I ever made to ScalaJS using the Indigo Game Engine.

Controls

The game is a very simple Space Invaders clone. Use the mouse to move and Space to shoot.

Running the game

The easiest way to run the game is with the following command:

sbt runGame

This will run it locally using Electron.

TODO figure out when/where npm install required

A note on music

TODO To get around any copyright issues, there is no background music file checked in. Just drop an MP3 file named background.mp3 into the assets repository before running it.