Black Hole Hunter is a browser based game where players search for gravitational waves through sound, developed by Cardiff University Gravitational Physics Group.
- Install Python.
- Install Node.js.
git clone https://gravity.astro.cf.ac.uk/git/black-hole-hunter/
- Run
npm install .
in the root directory of the cloned website. - Install
webpack
globally withnpm install -g webpack
.
- Run
webpack
in the root directory of the cloned website. - Run
python -m SimpleHTTPServer
in the root directory of the cloned website. - Open a browser at
http://localhost:8000
.
We thank Ian Harry, David McKechan and Gerald Davies for their incredible work creating the original Black Hole Hunter.
Black Hole Hunter is released under the MIT license.