Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godotgarden/ant-game
Explore the ant world. Made with Godot.
https://github.com/godotgarden/ant-game
ant ant-game game game-2d godot godot-engine godot-game godot-game-engine pheromone
Last synced: about 1 month ago
JSON representation
Explore the ant world. Made with Godot.
- Host: GitHub
- URL: https://github.com/godotgarden/ant-game
- Owner: GodotGarden
- License: mit
- Created: 2018-03-15T21:14:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T14:42:03.000Z (over 6 years ago)
- Last Synced: 2024-09-22T13:02:17.450Z (about 2 months ago)
- Topics: ant, ant-game, game, game-2d, godot, godot-engine, godot-game, godot-game-engine, pheromone
- Language: GDScript
- Size: 622 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ant game
Explore the ant world. Made with Godot.# Roadmap
- [ ] create pheromone trail
- [ ] add basic environment
- background image
- minor obstacle(s)
- [ ] add hunger and food source
- [ ] add walking animation
- [ ] add vision component (fov/depth)# Resources
## Pheromones
- [Ant trails media](https://commons.wikimedia.org/wiki/Category:Ant_trails)## Vision
- [Ant Color Vision](http://blog.wildaboutants.com/2010/04/01/ant-color-vision/)
- [Ants color vision may help march towards robot technology](https://phys.org/news/2015-05-ants-vision-robot-technology.html)
- [What do ants see?](https://physics.stackexchange.com/questions/9616/what-do-ants-see)# Credits
Based on Godot demo project, original Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur.