Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 2.65 KB

File metadata and controls

72 lines (52 loc) · 2.65 KB

Simplistic-Javascript-Tetris

Status Maintenance

⚠️ This project is no longer maintained ⚠️

The new version of the game is available on the new repository and website :

🔗 New repository : Simplistic-Tetris
🌐 New website : https://simplistic-tetris.netlify.app/


image

Average Javascript Enjoyers Members :

  • Alves Kévin (KevOneRedOne)
  • Djoudi Yanis (Tadayoshi123)
  • Moren Yohan (BoSswosile)
  • Draris Sofiane

Objectives

Our goal was to recreate a Tetris game from scratch using Javascript.

For those who don't know, Tetris is a really simple game which consist in completing lines to get the best score possible !

How do you play the game ?

In order to play the game, you first have to run the program on your browser using your IDE.

Once this is done, you simply have to click on play button then enjoy the game !

You will play using the keyboard :

  • Z or up arrow, is for rotating the piece to the right;
  • S or left arrow, is for moving the piece to the left;
  • D or right arrow, is for moving the piece to the right;
  • S or down arrow, is for dropping the piece down faster;
  • SPACE or Play button, is for running the game;
  • ESC or Pause button, is to pause the game;
  • Enter or Restart button, is for refreshing the game;

Additionnal Functionalities

  • Score leaderboard
  • Pause button
  • Game runs at 60 fps
  • Levels with the increase of the game speed
  • Numbers of lines
  • Timer for the game (still in progress)

Sources

To succeed in making our project, we had to resource ourselves on the net, here are some of the resources we used :


Tetris Game

⚠️ Note : This repository is no longer maintained. Please refer to the top section of the README to access the new version.

Old link (deprecated) : https://simplistic-javascript-tetris.netlify.app/