https://github.com/clary09/hidden_objects_threejs
A three js game built for my learning
https://github.com/clary09/hidden_objects_threejs
threejs
Last synced: 2 months ago
JSON representation
A three js game built for my learning
- Host: GitHub
- URL: https://github.com/clary09/hidden_objects_threejs
- Owner: clary09
- Created: 2024-04-11T18:19:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T18:29:02.000Z (about 1 year ago)
- Last Synced: 2025-02-09T19:43:11.513Z (4 months ago)
- Topics: threejs
- Language: JavaScript
- Homepage: https://clary09.github.io/Hidden_objects_threejs/
- Size: 13.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
«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.
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 screenTechnologies
------------* [Three.js](https://threejs.org/)
* Link : https://clary09.github.io/Hidden_objects_threejs/