StarField Game

Made as an example game while teaching an introductory JavaScript and Scratch course at iD Tech Camps Columbia University location.

Installing Game

Clone or download this repository.

Navigate to the home directory and run the following command:

python -m SimpleHTTPServer

The game should should then be running on localhost: http://localhost:8000

Dependencies

This game has no dependencies beyond the provided paper-full.js file in the js directory.