url-tetris

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

commit 7960a88a6abbc36b16dad2c8a7d17c7ee5f577c4
parent 16f00750c14aebcead9821cbcfa01d8ce1fdf7bf
Author: tongong <tongong@gmx.net>
Date:   Wed, 10 Jun 2020 08:43:08 +0200

updated browser support

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -37,6 +37,8 @@ This project was made in vanilla JavaScript. With the [History.replaceState()](h 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. + ## Inspired by - [URL Hunter](http://probablycorey.com/url-hunter)