Skip to content

Projet pure javaScript d'un jeu du Shifumi réalisé en formation développeur web pour apprendre les bases de l'algorithmie.

License

Notifications You must be signed in to change notification settings

royce76/shifumi

Repository files navigation

ADVANCED SHIFUMI

  • RULES

To play SHIFUMI,you have three weapons : - roc - paper - scissors You play against the computer. You choose one of the weapons. Computer choose one of it too. To determinate the winner, we have to compare choice's weapons between you and computer :

  • Roc is strongest than scissors.
  • Paper is strongest than roc.
  • Scissors is strongest than paper.
  • Same weapons give draw.

WINNER is the one who has the best weapon against the other weapon.

  • SOURCE CODE

To find my source code, go to shifumi.js in the branch master.

  • TO PLAY

Go on the link ADVANCED SHIFUMI.

  • COMMITS

CLICK ON COMMITS.

About

Projet pure javaScript d'un jeu du Shifumi réalisé en formation développeur web pour apprendre les bases de l'algorithmie.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published