Play minesweeper versus your friends. Log in with your google account to get features like leaderboards, spectating and multiplayer (not yet implemented)
-
Clone the project with the following command, or fork your own:
git clone https://github.com/Angstboksen/minesweeper-online.git -
After cloning. Be sure to have either npm and/or yarn installed. I use yarn for this project, but npm will also work. Install the needed dependencies with either of the following command(s):
yarnyarn installnpm installnpm i -
Run the project in a development environment with either of the following command(s):
yarn startnpm start
This will automatically open the application at http://localhost:3000/ -
If you want to connect to your own API, make sure to change the values of the environment variables located in .env_setup to match your values. After that is done, rename the file to .env