diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf3a6c8 --- /dev/null +++ b/README.md @@ -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) diff --git a/images/1.png b/images/1.png new file mode 100644 index 0000000..2f0c83f Binary files /dev/null and b/images/1.png differ