Este proyecto es un juego de Memorama desarrollado con HTML, CSS y JavaScript.
Las imágenes utilizadas en el juego son de estilo Pixel Art, creadas por mí.
El proyecto incluye los siguientes archivos y carpetas:
index.html
: Contiene la estructura principal del juego.card_game.css
: Estilos CSS para el diseño y presentación del juego.card_game.js
: Lógica del juego implementada en JavaScript.assets/
: Carpeta que contiene las imágenes de estilo Pixel Art utilizadas en el juego.
- HTML
- CSS
- JavaScript
- Aseprite (para creación de imágenes)
Puedes ver el juego en acción en el siguiente enlace: https://siegboss.github.io/HTML_CSS_JavaScript_Card_Game/
Este proyecto está bajo la licencia MIT. Consulta el archivo [LICENSE
] para más información.
This project is a Memory Game (Memorama) built using HTML, CSS, and JavaScript.
The images used in the game are Pixel Art style, created by me.
The project includes the following files and folders:
index.html
: Contains the main HTML structure of the game.card_game.css
: CSS styles for layout and appearance.card_game.js
: JavaScript code that handles the game logic.assets/
: Folder that contains all the Pixel Art style images used in the game.
- HTML
- CSS
- JavaScript
- Aseprite (for creating pixel art)
Check out the live demo of the game here: https://siegboss.github.io/HTML_CSS_JavaScript_Card_Game/
This project is licensed under the MIT License. See the [LICENSE
] file for more details.