Click here to Skip to main content
16,019,983 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
<p class="title">Rock Paper Scissors</p>
   <button onclick="
   playGame('rock');
   " class="move-button">
   <img src="images/paper-emoji.png" class="move-icon"></button>

   <button onclick="
   playGame('paper');
    " class="move-button">
    <img src="images/paper-emoji.png" class="move-icon"></button>

   <button onclick="
   playGame('scissors');
  " class="move-button">
  <img src="images/scissors-emoji.png" class="move-icon"></button>


What I have tried:

ive tried redownloading and that works . if i close the page and reopen next day it isnt there!
Posted
Updated 24-Sep-24 11:39am

1 solution

What are the results when you refresh the page vs. flush?

What is the process to load the game?

Is this contained within HTML?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900