Skip to content

Repository files navigation

mmmines

an endless, massive multiplayer minesweeper game built with Next.js, Socket.IO, and Redis.

run locally

requires Node.js 24.18.0, npm, and either Redis or Docker.

npm ci
cp .env.sample .env.local

replace REDIS_URL in .env.local with:

REDIS_URL=redis://localhost:6379

start Redis directly:

redis-server --save '' --appendonly no

or with Docker:

docker run --rm -p 6379:6379 redis:7-alpine

in another terminal, start the app:

npm run dev

open http://localhost:3000.

About

An endless massive multiplayer minesweeper game

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

15 stars

Watchers

2 watching

Forks

Sponsor this project

Used by

Contributors

Languages