diff --git a/README.md b/README.md index bf3a6c8..ac4b32d 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ 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. +- 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