Skip to content

Commit

Permalink
testing workflow one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
dkogler committed Oct 9, 2024
1 parent ffe3df0 commit 6c6b71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ var randomColor = "#000000".replace(/0/g, function () {
});
```
There are other, less cryptic ways to produce random numbers, but if you just want a random color, this will work. However, you are encouraged to try and develop a more tailored solution.
There are other, less cryptic ways to produce random numbers, but if you just want a random color, this will work. However, you may find a custom generator makes more interesting effects.
## Detect when the two players collide to make a "tag" game.
Expand Down

0 comments on commit 6c6b71c

Please sign in to comment.