A mineswepper app made by Alejoqest.
Una app de busca minas hecha por Alejoqest
This is a Minesweeper game written in vanilla JavaScript, CSS, and HTML.
The objective of this project is to refine my skills with basic programming languages to maintain an adequate level.
The app is in the Spanish language for ease when coding.
Este es un busca minas escrito en vanilla JS, CSS y HTML.
El objetivo de este proyecto es retocar mis habilidades con los lenguajes de programación básicos para lograr mantener un nivel adecuado.
La aplicación esta en el lenguaje español para facilitar programación.
- HTML5
- CSS3
- Java Script
You can access the game by simply visting the deployed web site.
You can play the game by pressing the buttons in the board.
Puedes acceder al juego simplemente visitando el sitio web.
Puedes jugar pulsando los botones del tablero.
-
Customizable Board: Adjust the number of rows, columns, and mines before starting the game via table in the options menu.
Tablero personalizable: Ajusta el número de filas, columnas y minas antes de comenzar el juego mediante la tabla en menú de opciones. -
Dynamic Game Status: Displays remaining mines, elapsed time, and game status through a responsive interface.
Estado del juego dinámico: Muestra las minas restantes, el tiempo transcurrido y el estado del juego a través de una interfaz receptiva. -
Interactive Gameplay: Click to reveal squares and right-click to flag suspected mines.
Jugabilidad interactiva: Haz clic para revelar cuadros y haz clic derecho para marcar minas sospechosas.
- A modern web browser (Chrome, Firefox, Safari, etc.).
Un navegador web moderno (Chrome, Firefox, Safari, etc.).
- Clone the Repository:
Clona el repositorio:
git clone https://github.com/Alejoqest/MineswepperJs.git- Navigate to the Project Folder:
Navega a la carpeta del proyecto:
cd MineswepperJs- Open
index.htmlin your Web Browser.
Abreindex.htmlen tu navegador web.
I hope this project is useful to anyone who uses it or enjoys tinkering with the code. If you any sort of question or suggestion to make, please contact me.
Have a nice day!
Gracias por tomarte el tiempo para leer esto. Si tiene alguna pregunta o sugerencia para hacer, por favor contacta conmigo.
Que tengas un buen día!
-- A