Skip to content

MHashir09/Janken-pon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janken-pon (Rock, Paper, Scissors) | Practice project

This is a simple rock-paper-scissors game I made for practice and fun. To know how to play this game, open the game and click the "About Game" link in the header ehehhe. I used DOM manipulation for the first time on this project and after suffering for some time I think I did well. Its not perfectly responsive as I have not learnt about responsive designing yet but I tried to use viewport size units and flex-basis to my advantage and it kind off worked out. Thanks for your time here (◕‿◕) .

Project structure

rock-paper-scissors/
├── README.md
├── index.html
├── script.js
├── style.css
└── pages/
    ├── about.html
    ├── win.html
    ├── lose.html
    ├── tie.html
    ├── resultStyles.css
    └── resultScript.js

Technologies used

  • HTML
  • CSS
  • JAVASCRIPT

Credits

This project idea belongs to "The Odin Project". I am doing this as part of the curriculum. Here is the link to this project assignment : https://www.theodinproject.com/lessons/foundations-rock-paper-scissors#assignment and https://www.theodinproject.com/lessons/foundations-revisiting-rock-paper-scissors.

About

This is a Janken-pon(rock,paper,scissor) game. This is a practice project by "The Odin Project"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors