Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion foundations/javascript_basics/project_rock_paper_scissors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

For this project, you will create the game [Rock Paper Scissors](https://www.wikihow.com/Play-Rock,-Paper,-Scissors). This game will be played entirely in the console.

<div class="lesson-note">
<div class="lesson-note" markdown="1">

#### No GUI yet

Some of the student solutions below contain buttons, text, and other elements. These elements are part of what is called a graphical user interface (GUI). You'll create the GUI in a later lesson. In the meantime, remember to commit your code to GitHub.

Expand Down Expand Up @@ -99,6 +101,8 @@ Your game will play 5 rounds. You will write a function named `playGame` that ca

<div class="lesson-note" markdown="1">

#### Focus on the task at hand

When making interactive projects, like this one, you might be tempted to add more features, improve interactivity, user experience, design and styling of your website, and so on.

We recommend not doing that, and saving this effort for your portfolio projects.
Expand Down