Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liethdallal/tile-matching-game
I created a tile-matching game! With the help of dcode on YouTube, I made my own memory game with 3 levels! The game was created with Javascript, HTML, and CSS. Primarily focused on the use of DOM manipulation.
https://github.com/liethdallal/tile-matching-game
css html javascript
Last synced: about 2 months ago
JSON representation
I created a tile-matching game! With the help of dcode on YouTube, I made my own memory game with 3 levels! The game was created with Javascript, HTML, and CSS. Primarily focused on the use of DOM manipulation.
- Host: GitHub
- URL: https://github.com/liethdallal/tile-matching-game
- Owner: liethdallal
- Created: 2023-08-31T21:29:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T20:12:01.000Z (about 1 year ago)
- Last Synced: 2023-10-14T22:38:46.282Z (about 1 year ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://liethdallal.github.io/Tile-Matching-Game/
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tile-Matching-Game
I created an engaging color matching game using a combination of HTML, CSS, and JavaScript, demonstrating my skills in web development. The game features three exciting levels, each challenging players to match colors with precision and speed. To build this game, I employed my knowledge of HTML and CSS to structure and style the interface, making it visually appealing and user-friendly.In JavaScript, I leveraged event handling and manipulation of DOM elements to bring the game to life. I carefully constructed the game logic, ensuring that tiles could be clicked, revealing their colors, and checking for matches. I implemented a cooldown mechanism to prevent rapid tile selections, creating an enjoyable and fair gaming experience. Additionally, I used randomization techniques to generate a diverse array of colors, adding an element of unpredictability and excitement to each level.
This project allowed me to showcase my proficiency in front-end web development, including HTML/CSS for layout and styling, as well as JavaScript for interactivity and game logic. Overall, the color matching game exemplifies my ability to combine these skills to create engaging and enjoyable web-based experiences for users.