Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 855 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 855 Bytes

Rock Paper Scissors

This is a simple game of rock paper scissors that allows users to type in their choice of rock, papers or scissors. Once entered, the user will be shown what the computers choice was as well as the decision of the game.

How It's Made:

Tech used: HTML, CSS, JavaScript, Node.js, Express.js, Heroku

This project is a collaborative effort where we built an API that is hosted on a live server using vanilla JS, Node, Express and Heroku. The data given by our API is being sent to the end user device, which is then accessed by the main JS to display correlating game results and computer results to the DOM.

Examples:

Take a look at these other collaborative projects!

Tic Tac Toe https://github.com/boonaki/HHTicTacToe

Rapper Names API https://github.com/boonaki/rapper-names-api