Project #2: Second programming project Ironhack Coding for the Industry
He elegido realizar la opción 2. He programado un juego de cartas de memoria con HTML, CSS y JS vanilla.
https://www.loom.com/share/d212dcc6cc6c42d688acc276f472658c
https://www.loom.com/share/5b31222b317d42fcb39600ae915bb12b
- A game project. This approach also uses DOM manipulation but includes heavier logic implementation and more programming. If you choose this approach, the webpage must:
Have minimum one HTML page. Show instructions for the user. Include a very simple game, like the one you coded last week (Guess what number I am thinking). Allow the user to perform some interaction, like clicks or input filling, that results in losing or winning. For instance, you could program a game like Wordle, a Memory Game, a quick-click game, etc. Include the use of at least one setInterval or setTimeout, even if it is to show an alert.