Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 2.69 KB

README.md

File metadata and controls

68 lines (53 loc) · 2.69 KB

SpaceTrippers logo

👽 Earth invasion game built using React, Redux, and SVG. Try It!


📝 Table of Contents

🧐 About

👽 Earth invasion game built using React, Redux, and SVG. You can try it here.

🎥 Demo

GIF Demo Image Demo Image Demo

🏁 Install

  1. Install Node.js and Visual Studio Code.
  2. Open the folder in Visual Studio Code.
  3. Open a terminal (Terminal > New Terminal).
  4. Run yarn . If it failed for any reason, try again.
  5. Run yarn start .

Note: you can use npm. Then replace yarn with npm install and yarn start with npm start.

💭 How To Play

  1. Click on Tap To Protect The Earth!
  2. Use the mouse to point at a flying saucer.
  3. Click to shoot it.

⛏️ Built Using