Skip to content

acasmith/Space-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space-Invaders

Clone of a retro classic.

To run this game locally, it must be hosted on a local server as most modern browsers block cross-origin requests. Audio is currently disabled when using FireFox, due to a memory leak within the p5 sound module.

Install and run on local server:

  1. Download the project.
  2. Download and install node.js (https://nodejs.org/en/download)
  3. Open a terminal/cmd and enter npm install -g http-server
  4. Within the terminal/cmd, navigate to the game directory and enter http-server
  5. Open a browser and navigate to localhost:8080
  6. Play the game! :)

About

Clone of a retro classic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published