https://github.com/alvi597/game-with-three-js
🌌 A browser-based 3D game built with Three.js — featuring smooth animations, interactive gameplay, and immersive visuals.
https://github.com/alvi597/game-with-three-js
developer mern-stack react three-js website
Last synced: 3 months ago
JSON representation
🌌 A browser-based 3D game built with Three.js — featuring smooth animations, interactive gameplay, and immersive visuals.
- Host: GitHub
- URL: https://github.com/alvi597/game-with-three-js
- Owner: alvi597
- Created: 2025-06-07T10:17:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T09:16:28.000Z (about 1 year ago)
- Last Synced: 2025-07-28T05:03:06.022Z (12 months ago)
- Topics: developer, mern-stack, react, three-js, website
- Language: JavaScript
- Homepage: https://game-with-three-js.vercel.app
- Size: 864 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 Three.js Game
Welcome to my 3D game built using [Three.js](https://threejs.org/), a powerful JavaScript library for creating stunning 3D graphics in the browser!
## 🧩 Features
- Fully interactive 3D environment
- Smooth camera controls
- Real-time animations and effects
- Responsive design for desktop and mobile
- Optimized performance
## 🎮 Gameplay
*Briefly explain how the game works:*
- Use your keyboard/mouse to control the player
- Avoid obstacles and collect items
- Try to get the highest score!
## 🛠️ Built With
- [Three.js](https://threejs.org/) - 3D rendering library
- HTML5 / CSS3 / JavaScript
- [GSAP](https://greensock.com/gsap/) *(optional)* - For animations
- [Vite](https://vitejs.dev/) or Webpack *(if used)*
## 📂 Project Structure
```bash
📁 public/ # Static assets (textures, models, etc.)
📁 src/
└── index.js # Entry point
└── game.js # Game logic
└── utils.js # Utility functions
└── assets/ # Images, sounds, models
index.html
README.md