feldhaus / minenfeld

A game inspired by the Minesweeper.

Home Page:https://feldhaus.github.io/minenfeld/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MINENFIELD

This is a prototype game inspired by the Minesweeper. You have to cross the minefield and get on the other side. The levels are randomly generated, but I using an A* Algorithm to validate that exists a way to complete it.

Gameplay

In the original Minesweeper the objective of the game is to clear a rectangular board containing hidden mines without detonating any of them, with help from clues about the number of neighboring mines in each field. But in this game the character have to cross the minefield.

Controls

  • Arrows or Swipe: to move character in each direction;
  • Click or Tap: to set a 'flag' (just change the color of tile).

Credits

License

Copyright (c) 2017 Maicon Feldhaus

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A game inspired by the Minesweeper.

https://feldhaus.github.io/minenfeld/

License:MIT License


Languages

Language:JavaScript 98.0%Language:HTML 2.0%