Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manufosela/buscaminas
Minesweeper Game using board-cell web-component
https://github.com/manufosela/buscaminas
Last synced: 4 days ago
JSON representation
Minesweeper Game using board-cell web-component
- Host: GitHub
- URL: https://github.com/manufosela/buscaminas
- Owner: manufosela
- Created: 2021-11-08T22:58:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T20:08:24.000Z (about 3 years ago)
- Last Synced: 2024-11-10T19:24:27.390Z (2 months ago)
- Language: JavaScript
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buscaminas
Simple juego del buscaminas usando el web-component board-cell
Toda la logica del juego se encuentra en el fichero index.js
Usa el web-component para visualizar el juego, siendo un elemento "tonto"
Toda la comunicación con el web-component se realiza mediante eventos# Minesweeper
Simple minesweeper Game using board-cell web-component
All the logic of the game is in index.js file.
Use the web-component to visualize the game, being a "dumb" element
All communication with the web-component is done through events# DEMO
[Demo](https://manufosela.github.io/buscaminas/index.html)