Skip to content

Commit

Permalink
Readme update (#5)
Browse files Browse the repository at this point in the history
* Add gif

* assets
  • Loading branch information
hasnainroopawalla authored Sep 2, 2023
1 parent 86c7974 commit cf7068e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# ant-colony-simulation
Ant colony simulation with TypeScript and p5.js
# Ant Colony Simulation

[Live Demo](https://hasnainroopawalla.github.io/ant-colony-simulation/)

A simulator for the ant colony optimization algorithm in p5.js using TypeScript and React ([inspiration](https://youtu.be/X-iSQQgOd1A?si=XYnjKHSCwMdGiX5T)).

<p align="center">
<img src="assets/simulation.gif" alt="simuation" width="500"/>
</p>

A Python implementation of this optimization algorithm to find the shortest path in a graph can be found at [github.com/hasnainroopawalla/Ant-Colony-Optimization](https://github.com/hasnainroopawalla/Ant-Colony-Optimization).

## Contributing
- Post any issues and suggestions on the GitHub [issues](https://github.com/hasnainroopawalla/ant-colony-simulation/issues) page.
- To contribute, fork the project and then create a pull request back to master.

## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/hasnainroopawalla/ant-colony-simulation/blob/86c7974afc16431838be1e629e38719b1205f07b/LICENSE) file for details.
Binary file added assets/simulation.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 cf7068e

Please sign in to comment.