1.0.0 • Published 5 years ago

react-winmine v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

React-Winmine

Build Status

Classic windows minesweeper game for React.

Installation and usage

npm install git://github.com/Chuan-Kuei/react-winmine.git

And then

import React from "react";
import WinMine from "react-winmine";
import "react-winmine/lib/react-winmine.css";


render() {
  return (
      <div>
        <WinMine />
      </div>
  )
}

Props

NameTypeDefaultDescription
level{String}easyeasy: 9x9, mine: 10medium:16x16, mine:40hard: 30x16, mine:99

License

MIT