Skip to content

Code-Oz/threejs-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

From Three.js Journey maked by Bruno Simon

Demo here

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

Debug

Use #debug to access to debug panel

Options

Use ?opts1=value&opts2=value to pass options to the scene

List of options

  • scale: number, size of cubes

  • x: number, x started position

  • y: number, ystarted position

  • z: number, z started position

Sequence

Start from Tetrimino O -> L -> T -> S -> I -> O ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors