Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 332 Bytes

This is a clone of original Atari Inc. game Asteroids. Visit Wikipedia to learn more.

How to build

First, install NPM and Webpack. Then build the application bundle:

npm install
npx webpack

You can check the result by opening ./dist/index.html in your browser.