Skip to content

anikethchavare/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors (v1.0.0)

This is a simple game of rock, paper, and scissors.

Check it out here.

Downloading

Download the files and store it in a single directory. You don't need to install any external libraries/packages.

Running the Game

Open index.html in the src folder. You can play the game now.

How to Play?

In the input box, you can enter either rock, paper, or scissors. When you click on submit, it shows you what the computer played and the winner of the game.

Changelog

Go to the CHANGELOG.md file to see the changelog.

Credits

Go to the CREDITS.md file to see the credits.

License

MIT License

Copyright (c) 2023 Aniketh Chavare

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Conclusion

If you experience any problems or bugs, please go to the 'Issues' section and create an issue. I will look into it and resolve it ASAP.

I hope you liked the game. Thank you!