Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 566 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 566 Bytes

##Cellular Warfare

####[Live URL][live_url] [live_url]: http://www.peterhua.xyz/war/cellular_warfare.html

Part cellular automata sandbox, part snake.

Regular snake rules apply. Wage war on evil red cells -- eat apples to spawn friendly cells. Snake can pass through cells. Capture enemy cells by surrounding them with your own.

###Key features:

  • Built in pure javascript, renders every ~75ms by reassigning classes on 2,500 'pixel' elements on the page.
  • Heightened user responsiveness via command queue & turn preprocessing.
  • Much better than regular Snake.