This repository has its own version of space invaders inspired by the systems engineering degree at the National University of Colombia.
To serve the game, install http-server with Nodejs and NPM with the following command:
npm install -g http-serverThen, run the following command:
http-serverFinally, open the browser and go to the following URL:
http://127.0.0.1:8080/unalSpaceInvaders.htmlIf you're using NPM 5.2.0 or higher, you can use the following command without installing http-server globally:
npx http-server