Skip to content

flackodgoat/Rock-Paper-Scissors-Js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Rock Paper Scissors (JavaScript)

A simple Rock Paper Scissors game built while learning JavaScript fundamentals.

What this project demonstrates

  • JavaScript functions
  • Conditional logic (if/else)
  • Random number generation
  • Basic game logic
  • DOM interaction using buttons

How it works

  • User selects Rock, Paper, or Scissors
  • Computer randomly selects a move
  • The winner is determined based on game rules
  • Result is shown using an alert

Why I built this

This project was built as part of my JavaScript learning journey to strengthen logic, control flow, and confidence writing code.

Next improvements

  • Display results on the page instead of alerts
  • Add score tracking
  • Improve UI styling

About

Beginner JavaScript project - Rock Paper Scissors game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages