Skip to content

gjeodnd12165/minesweeper-with-map

Repository files navigation

Mine Sweeper with Map

This project is to make minesweeper with map.
Now I will use voronoi diagram to define areas.

API request documents in POSTMAN

HERE
You probably don't have a permission for this document.
It's only for me to view how the response looks as of now.

Todo

  • make actual minesweeper game with the data

    • basic game logic completed
      • click to locate -> the address is sent to box
    • visual improvements
      • traditional minesweeper theme
    • programmaic improvements
      • performance improvements
      • pattern or sturucture improvements
        • reduce useSomething functions -> consider useContext
  • use the data from overpass api

  • clean patched custom hooks - look ugly

  • re-style the components - use styled-components?

Idea and small improvements

  • Stop game when cleared

  • Cell coloring

  • Background color

  • positioning components

  • before the board apprears, should pick a location which will be the center of the game.

  • emoji is so good. use more!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published