var clashRoyale = prompt("Welcome to the Arena, Challenger! To Enter the Full game, you must Beat me. The Creator.");
if (clashRoyale === true) {
alert("Well then. Prepare for the Battle to start your Journy in the World of Clash Royale.");
} else {
alert("Well then, if you don't want to fight, I won't fight");
}
What’s wrong here?
P.S. I restarted the progress on my game.
here’s the new one
https://www.codecademy.com/MinecraftMaster02/codebits/Pdy6cc
also I’m making more of a story plot in this version