Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.06 KB

Three.js Demo Game - «Hidden Object»

Description

Step into the world of hidden object! This game is entertainment for all family members and also is intended for all age groups. Furthermore, you can always exercise your brain skills and at the same time have fun! If you wish to relieve yourself from stress and at the same time exercise your mental skills this is the place for you!

HTML5 game «Hidden Object» was developed with popular Three.js. This is JS framework for 3d graphics. It's a demo game, its main aim is to show the ability of creation of such games with Three.js. The application can be run on mobile touch devices Apple (iPad, Pphone), as well as on PC and MAC.
Demo

Features

  1. For the location of objects applied Plane Geometry
  2. For drawing environment used SphereGeometry
  3. Selection of objects using raycaster
  4. List of selected items on main screen

Technologies