/Top-Trumps

Creation of the Top Trumps Game. (Game logic).

Primary LanguageJavaScriptMIT LicenseMIT

🀄️ 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, Please be my guest!

💫ps: I suggest full screen mode to enhance experience.

🤎< made with love & joy />

📌SPECS:

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

✨Commands:

✨for ( ) { } - JS command for list repetition.

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

✨Arrays Iteration = JS Repetition Structure.

✨| 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.

✨Command (while) executes only while the condition is true.

✨LOOP - Structure of Repetition of ARRAYS.

✨Images, HTML and CSS manipulation.

✨Use of Functions to integrate HTML and JS.