#Time Travel Game of Life
Ever wanted to travel across the Multiverse ? You can now do it in the Conway's Game of Life Universe !
Conway's Game of Life: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
I made this project in Erlang using ChicagoBoss.
##Setup
-
Install Erlang OTP 17 https://www.erlang-solutions.com/downloads/download-erlang-otp
-
Install ChicagoBoss http://www.chicagoboss.org/download.htm
-
Clone this repository and run:
./rebar get-deps
./rebar compile
##Launching the webserver
Just run: ./init-dev.sh, and you should be able to go to http://localhost:8001/world_line/main
##Manual
###Flow Mode
Flow Mode is when you can manipulate time and explore the multiverse.
Looks like this:
Use these to navigate in time:
If you have ticked this: 
###Fork Mode
Fork Mode is when you can manipulate the world itself in order to create alternate realities.
Looks like this:
Time has stopped, you can click on the dead cells to make them live and click on the live cells to make them die.
Click the Fork button 
You can also set a name of the newly created universe:
Many thanks to Simon Thompson (https://github.com/simonjohnthompson), my supervisor during this project, for his kind support and feedback.



