Top-Trumps

🃏 Creation of the Top Trumps game where the theme and cards were inspired by great names responsible for the technology revolution and I dedicate it to Ada Lovelace to honor her contributions to humanity as one of the leading women in science and math.

MIT License

Stars
22
Committers
2

🃏 Top-Trumps

Creation of the Top Trumps game where the theme and cards were inspired by great names responsible for the technology revolution and whom I have enormous admiration. I confess that I was touched several times during the production of this work and I dedicate it to Ada Lovelace to honor her contributions to humanity as one of the leading women in science and math.

If you want to play, Click the link below and Please be my guest !

ps: I suggest full screen mode to enhance experience.

< made with vibe, frequency & joy /> 🪬

🚀 Let's Top Trump It !

💭 Get in Touch

📌 SPECS:

Arrays Iteration = JS Repetition Structure.

  • Array (list) where the first index of a list is ALWAYS 0.

  • Loop : main structure that determines if it is executable or not.

  • | var i | var i < | i++ | = | beginning | condition | end (loop iteration) |

Logic Structure (while) is the condition used in place of "if" as a determinant that if the code sequence is false the (while) will not be executed.

Commands:

  • for ()- JS command for list repetition.

  • while () executes only while the condition is true.

Functions to integrate HTML, CSS and JS.

  • Images, HTML and CSS manipulation.

Copyright 2024 Fabiana Campanari. All Rights Reserved. Code released under the MIT license.