www.fatihkabakci.com

Personal Website and Computer Science TUR EN

Minesweeper

Last update:6/29/2012 4:22:00 PM

Owner and writer:Fatih KABAKCI

The purpose of this project is to write this game in C programming language since versions of windows spelled minesweeper that has become a classic game.Report’s codes of the game are shared to develop a similar model.

Mayin tarlasi

1.)Introduction:

The game world develops fast today.In addition to these games that spectacular 3-Dimensional graphical,nobody can not give up minesweeper even which have since childhood. Furthermore,programmers publish on various platforms that make new versions of this game.Also there are lovers of this game that played by people of all ages.

2.)Analysis:

Minesweeper is a mental game.The basic purpose of the game is avoiding mined areas by opening empty squares.if mined area is checked,game ends.

İf you check non-mined area,it will seem numerical expression on area.These numerical values which are to contact the opened box that indicates how many mines.Thus the person who plays the game will can open the boxes safely.Safe I said,I would like to touch on flags and question marks.Flags are inserted on mined areas.The reason for this as I mentioned above,suspected mined areas are checked with helping flags and person who plays the game goes on safely in its direction.Also question marks are symbols that inserting temporary at the indeterminate state.

3.)Design:

Firstly,the user who runs the game will see from 0 to 14 numbers in the face of and minesweeper schema under screen.These numbers are which easy to play means that user want to open which box that indicates coordinate system.Thus,user will enter coordinate points so will open boxes.if the user want to access flags or question marks continuously during the game,it will insert these symbols on fields that indicated index points by dialing choosing that represented demand.Because at the every spurt these offers are given user if it wants.

There is right until total number of mines.if the user open the mined box during the game,the game is over.In addition,if a flag is put on a non-mined box and the user encounter mined box in another spurt,it will shown cross mark on mined box.

I would like to touch on score system unlike Microsoft s design.if the user can put to achieve on all of mined box(seamlessly),it will gain 525 point that the maximum point of the game.Namely,if the user can put on non-mined box,score system s acceleration will decrease 2.5 fold.This event is repeated every,will be taken maximum score will decrease as the same ratio.There are from 1 to 20 points on the field that has 20 bombs.For every right flag spurt,points are collected by multiplied by available acceleration ratio one by one(ascending).The score system of the game is designed in this way

At the every runnig the game,mines are put by computer in different regions.Once and for all,at the every spurt,user s own coordinate numbers will be informed to user.As I mentioned before,this matter is for easy to play.

6.)Conclusion:

Minesweeper is which people of all ages still happy to play created as described above.I suggest person that have not played yet this mental game,furthermore I recommend this cheerful game to programmers for writing it =)

Implementation

Minesweeper
application of the project file can be downloaded here

The Topics in Computer Science

Search this site for





 

Software & Algorithms

icon

In mathematics and computer science, an algorithm is a step-by-step procedure for calculations. Algorithms are used for calculation, data processing, and automated reasoning.

Programming Languages

icon

A programming language is a formal constructed language designed to communicate instructions to a machine, particularly a computer. It can be used to create programs to control the behavior of a machine. Java,C, C++,C#

Database

icon

A database is an organized collection of data. The data are typically organized to model aspects of reality in a way that supports processes requiring information.

Hardware

icon

Computer hardware is the collection of physical elements that constitutes a computer system. Computer hardware refers to the physical parts or components of a computer such as the monitor, memory, cpu.

Web Technologies

icon

Web development is a broad term for the work involved in developing a web site for the Internet or an intranet. Html,Css,JavaScript,ASP.Net,PHP are one of the most popular technologies. J2EE,Spring Boot, Servlet, JSP,JSF, ASP

Mobile Technologies

icon

Mobile application development is the process by which application software is developed for low-power handheld devices, such as personal digital assistants, enterprise digital assistants or mobile phones. J2ME

Network

icon

A computer network or data network is a telecommunications network that allows computers to exchange data. In computer networks, networked computing devices pass data to each other along data connections.

Operating Systems

icon

An operating system is software that manages computer hardware and software resources and provides common services for computer programs. The OS is an essential component of the system software in a computer system. Linux,Windows

Computer Science

icon

Computer science is the scientific and practical approach to computation and its applications.A computer scientist specializes in the theory of computation and the design of computational systems.