Skip to content

Commit

Permalink
docs: fixed dead link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhammer authored Jun 14, 2024
1 parent 9f656a0 commit 63b346d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ for each boid B:
Where `ruleN()` can be any function that returns a velocity vector.

Since rules are easy to add, I've experimented and added two more:

4. **Focus** - Each Boid steers towards a focal point in the world.
5. **Jitter** - Each Boid occasionally changes direction a small amount.

Expand Down Expand Up @@ -93,7 +94,7 @@ I have not yet implemented this improvement in the code.

This is written in vanilla JS and HTML, so you can clone this repository and open up the `index.html` file in your browser of choice.

Alternatively, you can view [this webpage](https://hammerapi.github.io/BoidsJS/) where I've hosted this repository using GitHub Pages.
Alternatively, you can view [this webpage](https://dannyhammer.github.io/BoidsJS/) where I've hosted this repository using GitHub Pages.

---

Expand Down

0 comments on commit 63b346d

Please sign in to comment.