General
nikatlas edited this page 7 years ago

Welcome to Tetris3D Wiki!

Tetris 3D is project created as part of a project in my studies in University of Granada, totally written in javascript and relying on the THREEJS library.

The main concept is an extension of the normal tetris to 3d. Other 3d implementation exists but this is created without guideline as a challenge.

A Scene with skybox pops up with a random terrain and a checker platform as the main tetris platform.

  • Starting the game different tetris-like 3d blocks drop in space and you can move them around with 'wasd' keys and rotate it in only specific directions with 'uiojkl' ( u as under, o as over ).
  • Filling a plane parallel to the platform will make it disappear dropping everything on plane down and granting you 1000 points. IF and only if you fill the platform to the top, you lose.
  • Tetris is a highscore game, so in the production mode there will be a global leaderboard where winners can record their highscores (no-security implemented ofc!).