Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.3 KB

README.md

File metadata and controls

51 lines (39 loc) · 2.3 KB

SpaceTrippers logo

Spaec Trippers

Status License


🤖 🚀 A 3D WebGL interactive game using TypeScript and NodeJS.

Few lines describing your project.

📝 Table of Contents

🧐 About

A 3D space game. Travelling along the space trying to avoid rocks and obstacles. The ship can avoid the rocks by moving right, or left. Collision with the rocks affects its health by decreasing total health by ONE and every second with no collision with the rock your score increase by ONE.

🧐 Demo

GIFDemo ImageDemo1 ImageDemo4 ImageDemo5 ImageDemo6 ImageDemo2 ImageDemo3

🏁 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 npm install . If it failed for any reason, try again.
  5. run npm run watch .
  6. Ctrl + click the link shown in the terminal (usually it will be http://localhost:1234).

Note: you can use yarn to enable caching so that you don't download all the packages with project. You can download yarn from yarnpkg.com. Then replace npm install with yarn install and npm run watch with yarn watch.