This is a webVR game based on Aframe and threejs framework.
The person goes through each level of the game trying to find the things they need or reach some goal to escape from the room.
-
A viewpoint that represents the player
-
Four rooms/scenes that represent each level of the game
-
Objects that the player will interact with
-
A message board that gives players hints.
We have four levels (houses); each person is responsible for one level. Start game:
Level 1: Pink House
Level 2: White House
Level 3: Blue House
Level 4: Maze House
End game:
To run this webVR game, you should be at Escaper(root) folder, and type command:
python3 -m http.server
- Player viewpoint
- Player's hands
- Player's camera
- Player Interaction
- Player's movement
- Touch objects
- Scenes design