message text

AI script

Why play the game when you can program the bot to play the game for you?
// edit me and upload to the bot! // shoot occasionally if (this.stepN == 5){ this.shootAt(this.direction); } // movement if (this.stepN < 20){ this.speedUp(); } else if (this.stepN < 40){ this.slowDown(); }else{ this.rotate(30*Math.random()); this.stepN = 0; // then start over! }

enable keyboard/mouse inputs to game

Map

sector not yet explored...

About

CellSpace is a HTML5/JS/WebGL space shooter game built on cellular automata. All rule lookups and most of the collission detections are calculated on the GPU :)

Random Background Story

Click the above link to explain what you are doing in this cellular world. Make sure you watch it at least twice because it changes all the time :)

Controls

  • mouse click to shoot
  • cursor keys for navigation
  • 'b' to fire many shots at once
  • 'space' to reset the game
  • 'ESC' to clear the screen
  • 'o' and 'l' to zoom
  • 'm' and 'n' to rotate
This is is an early beta release please direct bug reports or ideas to the:
EvoCell github page
GPL v3.0 by Philipp Tiefenbacher / wizard23

DevTools

   
Import Rule...



width:
height:


fps: n/a