Skip to content

stefanlple/3DArcadeRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCADE-ROOM:

Interactive 3D Application. Built with Three.js

Link: Website

Manual

The two arcade-machines are interactable.

  • Step 1: Click on the machine to turn it on.

  • Step 2: Click on the arcade machine again to enter the "gameplay view" if it is on.

  • In-Game:

  • You can move the spaceship with the buttons W A S D.

  • Shoot one projectile with the button J

  • Shoot two projectiles with the button K

Game rules:

The player has 3 hearts.

The player can gain points by hitting an alien with a projectile.

If an alien hits the bottom edge of the screen, the player will lose one heart.

If the spaceship collides with an alien, then the game will be terminated.

If the hearts count reaches zero, then the game will be terminated.

Physics

You can shoot balls with the Space button.