Skip to content

wayspurrchen/Automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automata

A pixel warfare, near-zero-player game. Like Conway's Game of Life, but with violence.

See it in action at www.automata.website.

Details

Automata is written in native HTML5 Canvas for high performance. Cells belong to specific "broods" (owners of cells). Every turn, all the cells execute their turns in random order which consist of two steps:

  1. Check if there are three or more enemy cells of the same owner surrounding this cell. If so, this cell is consumed.
  2. Check if there are enemy cells nearby. If so, fight them (50% chance of winning or losing).
  3. Otherwise, try and do one of two things:
  4. Divide (duplicate) into a nearby empty cell
  5. Move into a nearby empty cell

The game continues until one cell dominates the board. You can pause gameplay and "paint" more cells by using the mouse.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published