Creating rock, paper, scissors using javascript
  • CSS 91.2%
  • JavaScript 5.9%
  • HTML 2.8%
Find a file
Jeffrey Kersh 957ca1fcc5 containerize
2026-03-31 17:06:00 -07:00
app containerize 2026-03-31 17:06:00 -07:00
docker-compose.yml containerize 2026-03-31 17:06:00 -07:00
README.md project to be played with GUI rather than console 2022-03-13 15:05:06 -07:00

rock-paper-scissors

Creating rock, paper, scissors using javascript

Will be played with a user interface that is manipulated using javascript. Focus on working with DOM selectors + writing modular code.