This game, built by Thom Pickett and Ashwin Rao, is a remake of the arcade game "1942". It is built with JavaScript on webpack using the Turing School Game Time Starter Kit. It is available online here.
npm install
npm start
http://localhost:8080/webpack-dev-server/
to run 1942.http://localhost:8080/webpack-dev-server/test.html
to run the test suit.
npm run build
npm test