ozguncagri / vanillaJSTetris

Tetris game developed with with vanilla javascript and canvas

Home Page:https://ozguncagri.com/vanillaJSTetris/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tetris game developed with with vanilla javascript and canvas

https://ozguncagri.com/vanillaJSTetris/

License:MIT License


Languages

Language:JavaScript 94.2%Language:CSS 3.8%Language:HTML 2.0%