-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (143 loc) · 4.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<html>
<head>
<title>
Chat & Slash
</title>
<meta charSet="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/overrides.css">
<link rel="stylesheet" type="text/css" href="css/devices.css">
<script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101281838);</script>
<script async src="//static.getclicky.com/js"></script>
</head>
<body>
<header class="header">
<div class="container-lrg">
<div class="col-12 spread">
<div>
<a class="logo">
Chat & Slash
</a>
</div>
</div>
</div>
<div class="container-lrg flex">
<div class="col-6 centervertical">
<h1 class="heading">
Play the world's first and most-advanced Slack-based RPG.
</h1>
<h2 class="paragraph ">
An RPG in Slack? Thank GOD, right? Someone finally decided to make a USEFUL Slack
bot. While not running anymore, the code has been open-sourced, in case you played
and want to know just how it ran:
</h2>
<div class="ctas github">
<ul>
<li><a href="https://github.com/ChatAndSlash/Slashbot">Slashbot - The main game bot</a></li>
<li><a href="https://github.com/ChatAndSlash/Reporter">Reporter - Reports events to analytics</a></li>
<li><a href="https://github.com/ChatAndSlash/Chatterbox">Chatterbox - Communicates between Slack and Slashbot</a></li>
</ul>
</div>
</div>
<div class="col-6 sidedevices">
<div class="browseriphone">
<div class="iphone">
<div class="mask">
<img class="mask-img" src="img/mobile.png">
</div>
</div>
<div class="browser">
<div class="mask">
<img class="mask-img" src="img/web.png">
</div>
</div>
</div>
</div>
</div>
</header>
<div class="feature2">
<div class="container-lrg flex">
<div class="col-6">
<h3 class="subheading">
🕣 Quick Play Sessions
</h3>
<p class="paragraph">
There's no need to schedule dozens of people for a raid just to make progress, you
do that enough already at work! It's easy to play for just a few minutes on your
break or lunch and make meaningful progress.
<br><br>
Plus, the game is turn-based, so you can pick up where you left off at a moment's
notice!
</p>
</div>
<div class="col-6">
<h3 class="subheading">
😄 Actually Fun (I Know, Right?)
</h3>
<p class="paragraph">
Sure, you're just clicking buttons and reading text, but there's tactical depth to
the combat and strategic depth when you're considering how to grow your character.
<br><br>
Modern MMOs are frequently just a layer of graphics on top of text-based games
anyway. We're just getting back to that old-school feel and fun.
</p>
</div>
</div>
</div>
<div class="feature3">
<div class="container-lrg flex">
<div class="col-4">
<h3 class="subheading">
Play Your Way
</h3>
<p class="paragraph">
Pick a Profession and your style of play changes. Maybe you want to focus on magic,
or a solid defence, or all-out attacks? Well, try a Profession that appeals to you
and go wild!
<br><br>
Plus, mastering a Profession grants permanent character bonuses that apply when you
try out other ones!
</p>
</div>
<div class="col-4">
<h3 class="subheading">
Dozens of Enemies
</h3>
<p class="paragraph">
Every enemy is different! Some are stronger, some are weaker, and some have special
attacks you have to watch out for and react to.
<br><br>
Learning which enemy has what tricks up their sleeve is a big component to playing
optimally.
</p>
</div>
<div class="col-4">
<h3 class="subheading">
An Epic and Fun Story
</h3>
<p class="paragraph">
As you progress in the game, you'll uncover more and more of the story of the world,
and of the two goddesses - Phaera and Obsidia - who rule over it.
<br><br>
Phaera grants you eternal life, while Obsidia wants to destroy all that lives, but
is that really what's going on?
</p>
</div>
</div>
</div>
<div class="footer">
<div class="container-sml text-center">
<div class="col-12">
<div class="copyright">
Created by <a href="http://www.danhulton.com">Dan Hulton</a>
</div>
<br>
<div class="reassurance">
Chat & Slash is not created by, affiliated with, or supported by Slack Technologies, Inc.
</div>
</div>
</div>
</div>
</body>
</html>