Skip to content

andymartinwork/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Life

This is a project about Cellular Automata.

Life currently consists of a grid, with randomly placed Cells on it. Time moves over the grid and executes each Cell's tick function which reads instructions and executes them.

Things are at an early stage, so the only thing they can currently do is move.

Proposed features:

  • Ability of a Cell to mutate and change the order of instructions
  • Ability of a Cell to mutate the instructions themselves
  • Addition of food and death rays. Basic survival stuff.

[Read the Research Proposal if you are interested.](Artificial Agents Research Proposal.pdf)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages