Add README.md

This commit is contained in:
2025-10-03 12:00:23 +01:00
parent 0c2a8f3d98
commit 4d93d4332e
2 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Infinsweeper Game.
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.
The full sinatra based web-app can be hosted using this repo.
It also has a ton of animations made using pure JavaScript Canvas API.
The entire game is made using just the JS Canvas API while the backend is made using Sinatra (Ruby) and SQLite.
## A screenshot
![image1](./images/1.png)