Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 681 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 681 Bytes

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.