Skip to content

Dragonseel/AntSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntSimulator

A simple simulator that simulates the life of very simplified ants. They exist, they spend energy and they try to find food and eat it.

In the beginning of a simulation, a nest exists. They spawn the ants.

The behavior of ants and nests is in the ant_lib. The update-function is dynamically loaded into the application, so that the ant-colony-logic is hot-reload-able.

Todo

  • Hot-Reloading
  • Nests
  • Proof-Of-Concept LazyStatic storage for Colony logic
  • Ants can carry food
  • Ants can deliver food to nest
  • Way to calculate fitness/score

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages