Git Product home page Git Product logo

digitaldreams / minesweeper Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 282 KB

Minesweeper is a single-player puzzle computer game. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field

License: MIT License

PHP 100.00%
symfony-component console-application symfony-console minesweeper php-game console-game

minesweeper's Introduction

minesweeper

Minesweeper is a single-player puzzle computer game. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field

How to Run

cd path/to/project
composer install
composer dump-autoload
php index.php

Screenshot-2019-07-25-at-10-16-30-AM

Now put Row and Column Number you want to hit for example ROw 5, Column 6

Specifications:

  • This application runs in Cli (no web)
  • generates a minesweeper board (Row X Columns) e.g (20x30)
  • puts down a certain number of mines (25) on random locations
  • game starts
  • asks for input (two numbers): row & column (the coordinates that you want to "click")
  • once the input is given, the output should print the current status of the board, displaying by default/non-clicked _
  • the "clicked cell" will contain the number of neighboring mines that it has around
  • if its a boom it will contain an X and the game ends
  • you can win if there are only mines left

minesweeper's People

Contributors

digitaldreams avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.