Skip to content

Commit

Permalink
doc: add demo of bee colony
Browse files Browse the repository at this point in the history
  • Loading branch information
HokageM committed Mar 5, 2024
1 parent e9ba9c2 commit 2aefb5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ Natural Behavior of Bees:
- Information is only shared inside the Hive


# Demo

## Initial Phase of the Bee Colony

![Alt Text](demo/BeeColonyInitial.gif)

## Bee Colony after a few iterations

![Alt Text](demo/BeesAfterIterations.gif)

# Usage

```bash
Expand Down
Binary file added demo/BeeColonyInitial.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/BeesAfterIterations.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2aefb5b

Please sign in to comment.