/WorldAi

Primary LanguagePython

WorldAi

Project explaination

  1. Create a world where creatures can interact with their world and with others and attain things to further them.
  2. Write a brain class to attach to the creatures to make them think on their own and make choices to advance themselves

Current capability

  • One is able to create a world of variable size with a single creature and a single goal.
  • The creature is now able to move around randomly and recognize + advance towards goals in his world.

Future capability

  • The creature should be able to reproduce with other creatures.