Skip to content

scottc11/minesweeper

Repository files navigation

Minesweeper

A React + Express web application implementing the classic game of Minesweeper 👍

The front-end React application handles sends HTTP requests to the NodeJS Express Server.

The Server side handles all the game logic and returns a "game" object via json to the client.

Build and Run 👇

npm install
npm run ts-watch-server
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published