Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit 3ace184

Browse files
author
José Valim
committed
Added portal images
1 parent c1654a2 commit 3ace184

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Portal
33

44
[Portal is a game](http://en.wikipedia.org/wiki/Portal_(video_game)) that comprises of a series of puzzles that must be solved by teleporting the player's character and simple objects from one place to another.
55

6-
In oder to teleport, the player use the Portal gun to shoot doors into flat planes, like a floor or a wall, and entering in one of those doors teleport you to the other.
6+
In oder to teleport, the player use the Portal gun to shoot doors into flat planes, like a floor or a wall, and entering in one of those doors teleport you to the other:
77

8-
> Add portal illustration here. The illustration should have two panels, both featuring two doors of different colors (preferrably orange and blue). The first panel has the player before entering the whole and the next panel should show him halfway through the transition.
8+
![Portal transfer](portal-drop.jpeg)
99

1010
In this guide we will use the [Elixir programming language](http://elixir-lang.org/getting_started/1.html) to build portals by shooting doors of different colors and transfering data in between them! We will even learn how we can have doors distributed accross different machines in our network:
1111

12-
> Modified portal illustration. It is the same illustration as above but it will feature a list containing [1, 2, 3, 4] instead of an object / sticky man.
12+
![Data transter portal](portal-list.jpeg)
1313

1414
Here is what we will learn about:
1515

portal-drop.jpeg

46.7 KB
Loading

portal-list.jpeg

45.2 KB
Loading

0 commit comments

Comments
 (0)