Have you watched the TV show named Squid Game on Netflix? Inspired from the TV show, I have created the bridge game that appeared on the show.
- Used Three.js to form the scene, and Cannon.js as the 3D physics engine to animate the character and the events
- Worked with Blender to model the 3D main character, and created animations using the Action Editor tool
- Delivered smooth gameplay to users by using multiple types of cameras and position methods in Three.js
- The game consists of one player, and a bridge with 10 strong glasses, and 10 fragilent glasses.
- To win the game, you will need to jump on 10 strong glasses in a row! 😎
Below is the starting scene of the game. You can drag, zoom, or press shift and drag to customize your view. 😆
To play the game, you simply click on one of the two glasses of the next step. 🚶
When you step onto the weak glass, you are unfortunately dead. 😔
You will be able to see the replay of the scene of you falling though! 😁
Here are some scenes of the game in different angles. 📐
The game is deployed HERE 🤗
-
Install these packages
npm install cannon-es gsap
-
Start the server
npm start
-
The server will be hosted on:
http://localhost:8080/
-
Enjoy the game! 🎉