Skip to content

Latest commit

 

History

History
79 lines (57 loc) · 3.79 KB

README.md

File metadata and controls

79 lines (57 loc) · 3.79 KB

Space trippers

Space Trippers

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license


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

📝 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.

🏁 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.

💭 How To Play

The aircraft is running "to infinity and beyond" 🏃 so your job is to avoid the obstacles to get survive for as much time as you can so can get a point for every second of avoiding the rocks.

  1. Click on the canvas using the mouse to get into the game.
  2. Use J to moving left.
  3. Use L to move right.
  4. Press ESC to exit play mode.

⛏️ Built Using

  • TypeScript - strict syntactical superset of JavaScript.
  • glMatrix - Javascript Matrix and Vector library.
  • WebGL - JavaScript API for rendering interactive 3D graphics.
  • NodeJs - Server Environment

🎥 Demo

GIFDemo

📷 Screenshots

ImageDemo1 ImageDemo4 ImageDemo5 ImageDemo6 ImageDemo2 ImageDemo3