Skip to content

Latest commit

 

History

History
84 lines (49 loc) · 2.19 KB

README.md

File metadata and controls

84 lines (49 loc) · 2.19 KB

Based on the information from your GitHub repository, here's a README file in English for your Tetris game:

Tetris Game

Welcome to Tetris Game! This is a browser-based implementation of the classic Tetris game, developed using JavaScript, HTML, and CSS.

🚀 Play Now

You can play the game directly in your browser via the following link:

👉 Play Tetris Game


🕹️ How to Play

  1. Controls: Use the arrow keys on your keyboard to control the Tetriminos:

    • ⬆️ Up Arrow: Rotate the Tetrimino.
    • ⬇️ Down Arrow: Move the Tetrimino down faster.
    • ⬅️ Left Arrow: Move the Tetrimino left.
    • ➡️ Right Arrow: Move the Tetrimino right.
  2. Objective:

    • Arrange the falling Tetriminos to form complete horizontal lines.
    • Completed lines will disappear, earning you points and freeing up space.
  3. Game Over: The game ends when the stack of Tetriminos reaches the top of the playing field.


📂 Project Structure

The project consists of the following files:

  • index.html: Main structure of the game.
  • style.css: Visual styles of the game.
  • script.js: Game logic and event handling.

🛠️ Technologies Used

  • HTML5 for structure.
  • CSS3 for design.
  • JavaScript for game logic.

📸 Screenshots

Add screenshots or gifs of the game in action here to provide a visual preview for users!


🌟 Features

  • Classic Tetris gameplay.
  • Responsive design compatible with modern browsers.
  • Keyboard controls for intuitive gameplay.

🔮 Future Improvements

  • Implement different levels of difficulty.
  • Add a scoring system to track high scores.
  • Enhance visual effects and animations.

📧 Contact

If you have any questions, suggestions, or would like to collaborate on the project, feel free to reach out:


Thank you for playing and enjoying Tetris Game! 🎮

Note: Tetris® is a registered trademark of Tetris Holding. This project is a personal implementation and is not affiliated with or endorsed by the official Tetris company.