Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
Túlio Ornelas committed Nov 12, 2017
1 parent 3456784 commit da4af68
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions website/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,30 @@ export default () => (
<div>
<p>{process.env.APP_VERSION}</p>
</div>
<div style={{width: '100%', display: 'flex', justifyContent: 'center', color: '#FFFFFF', margin: '10px 0' }}>
<div className='instructions'>
<p><strong>There is a Monster chasing you.</strong> Your objective is escaping your horrible fate by running around the strange Maze Reality you are in while building/removing walls. The longer you survive the better ;)</p>
<p>Some walls will vanish or appear now and then, blocking your way or heping you (who knows, huh?). It is the very magical nature of the Maze Reality affecting you. Only this is not completely true.</p>
<p>Sombrio is a peer-to-peer game built on top of SSB (Secure Scuttlebut). Just gather your friends and play a LAN game.</p>
<div
style={{
width: '100%',
display: 'flex',
justifyContent: 'center',
color: '#FFFFFF',
margin: '10px 0',
}}
>
<div className="instructions">
<p>
<strong>There is a Monster chasing you.</strong> Your objective is escaping your horrible
fate by running around the strange Maze Reality you are in while building/removing walls.
The longer you survive the better ;)
</p>
<p>
Some walls will vanish or appear now and then, blocking your way or heping you (who knows,
huh?). It is the very magical nature of the Maze Reality affecting you. Only this is not
completely true.
</p>
<p>
Sombrio is a peer-to-peer game built on top of SSB (Secure Scuttlebut). Just gather your
friends and play a LAN game.
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit da4af68

Please sign in to comment.