Skip to content

Pixel-Pirates/spaceinvaders-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders Demo

This was a short demo and a learning exercise for our UF ECE Senior Project. The project was meant to demonstrate some basic logic without having a fully working prototype yet. We could show how we would do bullet collision, move the invaders, can calculate the score.

See the demo here.

Installation Instructions

This project is built on React and it requires the latest version of Node.js to function.

First install the dependencies.

npm install

Lastly start the project!

npm start

A window on http://localhost:3000 should open and show the demo.