Skip to content

A modern implementation of the classic Tetris game, built with JavaScript, powered by Vite, and deployed on Vercel.

Notifications You must be signed in to change notification settings

wrujel/tetris-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo status deploy test

Tetris App - JavaScript

JavaScript Vite Vercel

A modern implementation of the classic Tetris game, built with JavaScript, powered by Vite, and deployed on Vercel.

Demo · Report issue · Suggest something

Table of Contents

Features

  • Classic Tetris gameplay mechanics.
  • Responsive design – play on both mobile and desktop.
  • Leaderboard to track high scores.
  • Smooth animations and sound effects.
  • Dark mode for night-time playing.

Controls

  • Arrow Keys:
    • Left Arrow: Move the tetromino left.
    • Right Arrow: Move the tetromino right.
    • Down Arrow: Soft drop (speeds up the tetromino's descent).
    • Up Arrow: Rotate the tetromino clockwise.

Technologies Used

  • JavaScript – The core logic of the game.
  • Vite – A build tool that offers a faster and leaner development experience for frontend projects.
  • Vercel – For continuous deployment and hosting of the app.

Installation and Setup

  1. Clone the Repository
git clone https://github.com/wrujel/tetris-javascript.git
cd tetris-javascript
  1. Install Dependencies

Make sure you have Node.js and npm installed. Then:

npm install
  1. Run Locally
npm run dev

Visit http:https://localhost:3000 in your browser to play the game.

Deployment

This project is deployed on Vercel. If you wish to deploy your own version:

  1. Fork and clone the repository.
  2. Set up Vercel and link your GitHub account.
  3. Create a new project on Vercel and link it to your Tetris app repository.
  4. Vercel will automatically build and deploy the app. You can then access your live site from the provided URL.

Demo

Experience the game here:

Demo

Contribute

Want to contribute? Great! Fork the repo, create a new branch, make your changes and submit a pull request.

License

This project is open-source and available under the MIT License. Feel free to use it as a reference for your own projects, or contribute to make it better!


Made with ❤️ by wrujel.

About

A modern implementation of the classic Tetris game, built with JavaScript, powered by Vite, and deployed on Vercel.

Topics

Resources

Stars

Watchers

Forks