url-tetris

tetris inside the browser address bar
git clone https://tongong.net/git/url-tetris.git
Log | Files | Refs | README

commit 3995ab3108d26504e8ae7d25c1579b221606dfa8
parent e2977d6890a4121928538ffd7d4a051122835dee
Author: tongong <tongong@gmx.net>
Date:   Wed, 10 Jun 2020 09:36:25 +0200

updated browser support

Diffstat:
MREADME.md | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -35,9 +35,7 @@ This project was made in vanilla JavaScript. With the [History.replaceState()](h ## Browser support -I tested the game with Firefox and Chrome for both Linux and Android. Desktop Firefox works perfectly. Chrome behaves weirdly: some Unicode characters are percent-encoded in the url, some aren't. On both of the tested Android browsers all Unicode characters are percent-encoded. That's why I didn't add mobile controls. - -UPDATE: Apparently the latest version of Firefox now also behaves like Chrome and doesn't work correctly. +I tested the game with Firefox and Chrome for both Linux and Android. Firefox and Chrome work perfectly on desktop. On the tested mobile browsers all Unicode characters are percent-encoded. That's why I didn't add mobile controls. ## Inspired by