Skip to content

Commit

Permalink
Merge branch 'main' into issue-105
Browse files Browse the repository at this point in the history
  • Loading branch information
BHS-Harish authored Jun 3, 2024
2 parents 35e8d84 + 0d515d0 commit a522b44
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 324 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ To acheive this task we need to follow these steps.
3. Issues would be sub divided meaning, a game can be divided into sub parts, one issue for making prompts, one for creating gaming assets like characters and last one for creating actual game python file
4. After doing your task make a pull request
5. Make sure you do not change someone else file.
6. Plagiarism is big no and doing so may result in lost of ranks and ban from repo.
7. Based on efforts levels will be given
8. If any issue contact Project Admin
6. Make sure to include the aria labels to the code. The labels should be clear and concise.
7. Plagiarism is big no and doing so may result in lost of ranks and ban from repo.
8. Based on efforts levels will be given
9. If any issue contact Project Admin

<br>

Expand Down
132 changes: 66 additions & 66 deletions background.js
Original file line number Diff line number Diff line change
@@ -1,72 +1,72 @@
particlesJS('particles-js',
{
"particles": {
"number": {
"value": 200,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
}
},
"opacity": {
"value": 0.8,
"random": true,
"anim": {
particlesJS('particles-js',
{
"particles": {
"number": {
"value": 200,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
}
},
"opacity": {
"value": 0.8,
"random": true,
"anim": {
"enable": true,
"speed": 1,
"opacity_min": 0.3,
"sync": false
}
},
"size": {
"value": 2,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": false
},
"move": {
"enable": true,
"speed": 1,
"opacity_min": 0.3,
"sync": false
"direction": "none",
"random": true,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"size": {
"value": 2,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": false
},
"onclick": {
"enable": false
},
"resize": true
}
},
"line_linked": {
"enable": false
},
"move": {
"enable": true,
"speed": 1,
"direction": "none",
"random": true,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": false
},
"onclick": {
"enable": false
},
"resize": true
}
},
"retina_detect": true
});
"retina_detect": true
});
Loading

0 comments on commit a522b44

Please sign in to comment.