Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnalSpaceInvaders

This repository has its own version of space invaders inspired by the systems engineering degree at the National University of Colombia.

Serve the game

To serve the game, install http-server with Nodejs and NPM with the following command:

npm install -g http-server

Then, run the following command:

http-server

Finally, open the browser and go to the following URL:

http://127.0.0.1:8080/unalSpaceInvaders.html

If you're using NPM 5.2.0 or higher, you can use the following command without installing http-server globally:

npx http-server

About

This repository has its own version of space invaders.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages