Home

Awesome

3D Tetris by Anna Jo and RJ

Deploy to GitHub Pages

Goal: demonstrate how Babylon.js is a tool that makes software development fun and engaging.

This game uses the 3D engine Babylon.js. Players can move and rotate the blocks on the x, y, and z axes, allowing for a completely three dimensional experience.

demo

This is a fork of the original here: https://github.com/annamjo/3DTetrisBabylon

View the live site here: https://babylonjs-archive.github.io/3d-tetris/

To run locally, clone the repository and run this:

cd 3d-tetris
npm install
npm run dev