main

Members

Aliases

AntCompiler
alias AntCompiler = Compiler!(MyCompilaton, Evolutor, AntProgType, AntPopulation, AntWorld)
Undocumented in source.
AntPopulation
alias AntPopulation = Population!(getDefChars, Ant)
Undocumented in source.
MyCompilaton
alias MyCompilaton = GameCompilation!(function bool(ref int x, ind, world), function void(ind, world), function void(pop, world), 1)
Undocumented in source.

Functions

main
void main(char[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

NCrashed <ncrashed@gmail.com>, LeMarwin <lemarwin42@gmail.com>, Nazgull09 <nazgull90@gmail.com>