This is a simple 3D game created using Three.js where you control a cube to avoid obstacles and collect points.
You can play the game by clicking here.
- 3D graphics using Three.js.
- Interactive gameplay with user controls.
- Score tracking.
- Randomly generated obstacles.
- Implementing 3D graphics and interactions using Three.js.
- Managing user input for cube movement.
- Handling collision detection with obstacles.
- Use the WASD or Arrow keys to control the cube.
- Avoid the red obstacles.
- Collect as many points as possible.
- Your score is displayed on the top-left corner of the screen.