Skip to content

theonlyrao/1942

Repository files navigation

1942

Overview:

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.

Gameplay:

Watch our 1942 in action

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run 1942.
  • http://localhost:8080/webpack-dev-server/test.html to run the test suit.

To build the static files:

npm run build

To run tests in Node:

npm test

About

JavaScript remake of 1942 arcade game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages