DEV Community

Jennifer Tieu
Jennifer Tieu

Posted on

Self-Taught Developer Journal, Day 45: TOP Building Rock Paper Scissors UI cont.

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.

Mockup

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.

Resources

The Odin Project
Revisiting Rock Paper Scissors

Top comments (0)