The game of Life is a single player game based on cellular automata. A good background is found on Wikipedia. A nice online playable version is found here. My first tracks into programming were implementing different rules of the game to study artificial life at the university. In 2011 I released Kalifescope in the Apple app store. Here I present an Html / TypeScript implementation which has a flexible implementation.