Skip to content

My first two games, created with JS and the DOM.

Notifications You must be signed in to change notification settings

missamii/JSgames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Mine Sweeper

This is my first game. Unfortunately, this game is not playable. It wasn't as simple as I thought it was going to be. What I built so far is the structure in CSS and HTML. It was meant to be built with DOM and JavaScript. The game itself was an unsolved problem.

The Original Game

If you uncover a mine, the game ends. Uncover an empty square, and you keep playing. Uncover a number, and it tells you how many mines lay hidden in the eight surrounding squares—information you use to deduce which nearby squares are safe to click.

How to Play this version

To keep coding it simple. All you really would need to do is to try to not click on the bombs. They could be anywhere.

Play the Game

Link to Game

About

My first two games, created with JS and the DOM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published