Today...
I am still working on the Rock Paper Scissors UI for The Odin Project.
I designed a rough mock up of what I plan to create for the game.
Since we already created the logic for the game in JavaScript, I don't have to worry about the script right now. So I am going to focus on creating the HTML elements first and use CSS to set them in the desired locations. Then I will add the DOM manipulation methods and events in my JavaScript code because I'll have something to select.
After testing the game, I will go back and add the CSS to style. I am not sure yet on the exact design, but I will decide that after I get the game working on the webpage.
Top comments (0)