Skip to content

yegeunyang/odin-rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Overview

This is part of The Odin Project foundations course projects. This simple HTML & JavaScript project implements rock paper scissors game. You can play Rock Paper and Scissors game against a computer by clicking buttons. The game stops when either you or the computer wins 5 rounds.

Technologies Used

  • HTML
  • JavaScript

Goal

  • Use event listeners and manipulate DOM to implement the game.

Acknowledgments