Skip to content

A minesweeper clone inspired after Google's version called proxx.app. Extend by adding more functionality.

License

Notifications You must be signed in to change notification settings

AlecDivito/bomb-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper and proxx.app clone

A Minesweeper clone thats went a little over board (or maybe not enough). Built as a PWA with HTML, CSS, Typescript and React. Features provided by the browser includes Canvas2d, Indexdb, and vibration.

Play The Game Now!!!

Project Status

This project is at a finished stage. It is mostly completed and is fully usable and installable. There are still some small bugs that need to be fixed but the initial 1.0 release works. A polish wouldn't hurt it. ed.

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Web Installation: npm install

To Start Server: npm run start

To Visit App: localhost:3000

Reflections

Originally I wanted to build a simplier clone of Googles proxx.app but what was supposed to be simple steam rolled into something a little bigger then I first envisioned. The projected became bigger and bigger as I started adding new features in the game like game templates, settings, and statistics.

This projects main goal was to experiment with PWA's and reacts implementation of them. As well as gain some experience working the some of the browser's internal API's like canvas2d and indexDB.

One of the main challenges I came across was using indexDB for saving games and other items. There were issues were I couldn't update the store without deleting it first as well as a poor implementation of a super class to handle the reading and writing of data. I probably spent 5 days playing with the implementation of it. It's currently implementation isn't bad but could be better. I removed it as being a super class and changed it to a singleton. It works well for creating the database from scratch and I haven't encountered anymore issues with it

At the end of the day this project is a completed project that I'm really proud to show people. I learnt a lot about chrome dev tools and profiling my performance code. It was a lot of fun creating the animations and working with canvas2d. Using react's "create react app" helped a lot to quickly get the project running. I can't wait till I have the time to fully polish the game off to how I want it to be.

Project Screen Shots

Screen shot of minesweeper game home

Screen shot of minesweeper game games

Screen shot of minesweeper game playing

Screen shot of minesweeper game winning

Screen shot of minesweeper game settings

Screen shot of minesweeper game stats

Screen shot of minesweeper game how to play

Resources

Google's Minesweeper game (for insperation):

About

A minesweeper clone inspired after Google's version called proxx.app. Extend by adding more functionality.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •