Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 722 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 722 Bytes

Vanilla JS Tetris

It started as a challenge for me to develop games and it was really fun to develop it. It is also base for game logic for me to develop other version with other languages and other engines.

Requirements to run this game

  • Any static file server

    Server is required for saving high scores to local storage. Opening file directly in web browser will end with security error for accessing local storage.

  • Modern web browser that can handle;

    • HTML5
    • ES6
    • Local Storage
    • Canvas Elements

Demo

You can play it from https://ozguncagri.com/vanillaJSTetris/

Screenshot

Vanilla JS Tetris