Skip to content

HasanMothaffar/minesweeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Minesweeper

A Classic Minesweeper Web Game
View Demo · Report Bug · Request Feature

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo

    git clone https://github.com/YamanQD/minesweeper.git
  2. Install TypeScript compiler if it doesn't exist on your machine

    npm install -g typescript
  3. Navigate to the repo folder

    cd minesweeper
  4. Compile TypeScript code to JavaScript

    tsc

Demo

To try the game without the trouble of cloning the project, visit the demo site.

Roadmap

TODO

  • Fix "mines left" bug
  • Add highscore
  • Fix responsiveness
  • Redesign the game

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Yaman Qassas - Twitter - Email

Project Link: https://github.com/YamanQD/minesweeper

About

Classic Minesweeper game using Typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.7%
  • CSS 31.9%
  • HTML 8.4%