Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.