From 7f7ac559ac64934a774368fe43d74f3e02776127 Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Fri, 3 Oct 2025 16:53:06 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bb8fb02..0bf827f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ It's like minesweeper, but with an infinite board. The static web-app is here: [https://portfolio.syedm.dev/infinsweeper/](https://portfolio.syedm.dev/infinsweeper/) (This version is without any signing up or logging in.) +## Working + +- This game has some crazy optimizations. +- It uses cryptography hashes of a seed provided to the game api (randomly generated) and uses that with the cell index to generate the board. +- This allows for not having to save board data if it is off the screen if that area is maked as solved. +- When bought back into view it will be re-generated with the same seed. +- It also uses compression algorithms to store compressed form of the data in the browser storage. + ## Features - Also has full account control with email and password and resets and everything necessary.