https://github.com/parthpanchal123/dicegame
This is a simple Dice Game i created with html,css and js .
https://github.com/parthpanchal123/dicegame
hacktoberfest
Last synced: 5 months ago
JSON representation
This is a simple Dice Game i created with html,css and js .
- Host: GitHub
- URL: https://github.com/parthpanchal123/dicegame
- Owner: parthpanchal123
- Created: 2019-07-07T15:18:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T11:23:52.000Z (over 4 years ago)
- Last Synced: 2023-03-07T21:24:39.008Z (about 3 years ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage: https://parthpanchal123.github.io/DiceGame/
- Size: 141 KB
- Stars: 2
- Watchers: 0
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiceGame
This is a simple Dice Game I created with html,css and js .
Live Demo here : [DiceGame](https://parthpanchal123.github.io/DiceGame/)
## How it looks like

## New look
- Code - [New Look](https://github.com/parthpanchal123/DiceGame/tree/master/new_look)

## How to contribute ?
- . Step 1 : Fork the repository

- Step 2 : Clone the repository by finding the URL and writing this command
`git clone / DiceGame` Note you dont have to write <> just your username/Dicegame
- Step 3 : Create a new branch by `git checkout -b any_branch_name` : Note branch_name can be anything
- Step 4 : Open the folder in your favourite code editor and make changes you want .
- Step 5 : After the changes have been made first add your changes by `git add .`
- Step 6 : Now commit the changes by `git commit -m "Added my changes"`
- Step 7 : Now push the changes to github by `git push origin ` Note : You have to give the same branch name you gave in Step 3 .
- Step 8 : You will be provided with a link for creating a pull request in your terminal after executing the last step . Go to the link and you will see create a pull request button , click it simply.
- You made your contribution successfully :)
Feel free to contribute anything you wish , css or js or adding something in html .