Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rulyotano/minesweepr-with-knockout

Just my first web application (introduction to it), a for testing proposal web minesweeper game. It has been implementing using model-view-view-model pattern, it is a good example of what can be done with 'knockout.js' library, in an easy and simple way.
https://github.com/rulyotano/minesweepr-with-knockout

bootstrap knockoutjs minesweeper mvvm

Last synced: 10 days ago
JSON representation

Just my first web application (introduction to it), a for testing proposal web minesweeper game. It has been implementing using model-view-view-model pattern, it is a good example of what can be done with 'knockout.js' library, in an easy and simple way.

Awesome Lists containing this project

README

        

Minesweepr-With-Knockout & Mv-vM
================================

![Alt text](minesweeper-nockoutjs.gif?raw=true "The game in action")

My first introduction to web testing application. A complete web minesweeper game. It has been implementing using model-view-view-model pattern, it is a good example of what can be done with 'knockout.js' library, in an easy and simple way. I used this library because had a very close similarty to the Wpf's MVVM pattern philosophy that I knwed.

Updated: Added npm for starting server and local publishing it
---------------
```
npm start
```
```
npm ngrok-it
```

Technology used
---------------

Game Features
-------------



  • Left Mouse Click: Explore cell


  • Right Mouse Click: Mark cell as mine


  • Double Click: Discover cells around


  • Moth Mouse Click: Discover cells


  • F2 Key press: New Game