Skip to content

gflores/time_gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

  1. Install Erlang OTP 17 https://www.erlang-solutions.com/downloads/download-erlang-otp

  2. Install ChicagoBoss http://www.chicagoboss.org/download.htm

  3. 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:

alt text

Use these to navigate in time: alt text

If you have ticked this: alt text, you will enter Fork Mode when you change to the next day (accelerate time forward !).

###Fork Mode

Fork Mode is when you can manipulate the world itself in order to create alternate realities.

Looks like this:

alt text

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 alt text to create a new world, and you will re-enter Flow Mode.

You can also set a name of the newly created universe: alt text

Many thanks to Simon Thompson (https://github.com/simonjohnthompson), my supervisor during this project, for his kind support and feedback.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors