/cannon-shoot-game

We build a game using ReactJS (and SVG) in that a cannon will shoot aliens (UFO)

Primary LanguageJavaScript

A game using ReactJS + SVG. Our cannon will shoot aliens (UFO)

Prerequisites

  • Knowledge on ReactJS, SVG
  • NodeJS 8 (parcel may not work with NodeJS 6,7)
  • npm install -g parcel-bundler

Getting Started

npm start

Then open webpage at http://localhost:1234

Techniques

We use Parcel, React, SVG

Notes

Need to use stage-3 babel preset to support spread, destruture,... (more)

Credits