Davy Jones' Locker is a visualizer for Battleships, a game created for the Exelon Summer Institute (ESI) at the Illinois Institute of Technology to help incoming college students learn Java.
This visualizer is built with A-Frame, Mozilla's VR library and can be viewed in the browser as well as with phone VR viewers.
This project uses Gulp for easy, minimal building. To develop on this project, clone the repository, then use the follow commands to watch for changes to the files in /src
:
$ npm install
$ npm install gulp -g // Also install gulp globally
$ gulp watch
Or, for a single build:
gulp build