Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 974 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 974 Bytes

Tetris 3D

Tetris 3D is a classic Tetris game with a 3D twist. The game consists of different shaped blocks falling down a three-dimensional playing field. Your goal is to rotate and position the blocks to create complete rows that disappear, earning you points. Click here to play: Tetris-3D

How to Play

  • Use the arrow keys to move the falling block left, right, or down
  • Use the up arrow key to rotate the block
  • Create complete rows to make them disappear and earn points
  • The game ends when the blocks reach the top of the playing field

Installation

  1. Clone this repository
  2. Install required dependencies by running npm install
  3. Start the game by running npm start

Technologies Used

  • Three.js for 3D graphics rendering
  • Vanilla JavaScript for game logic
  • HTML and CSS for UI and styling

tetris