-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (44 loc) · 1.74 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<title>About Spyfall</title>
</head>
<body>
<div class="main-container">
<div class="form-container">
<div class="about-container">
<h1>This is a copy of about.gsp</h1>
<h1>Spyfall WebApp</h1>
<p>Grails-App of the module "Web Engineering" with Christian Ribeaud at the Fachhochschule Nordwestschweiz FHNW</p>
<a href="https://github.com/WebEngineering-FHNW/hs18-enb-tabeaeggler" class="button-game">GitHub Repository</a>
</div>
<div class="about-container">
<h1>Project Description</h1>
<p>This game is the digitalisation of the card game spyfall:<br>
All players receive cards showing the same location like casino, spa, school etc.
But one player receives a card that says "Spy" instead of the location.
Players then start asking each other questions. The goal is to find the spy and the spy's goal is to create good stories and to figure out the location.
</p>
</div>
<div class="about-container">
<h1>Features</h1>
<ul id="list-style">
<li>
Manage Players: add, update, delete
</li>
<li>
Manage Locations: add, update, delete
</li>
<li>
Start Game: Random spy and location assignment
</li>
</ul>
</div>
<div class="about-container">
<p>App created by Tabea Eggler, 2018</p>
<a href="mailto:tabea.eggler@students.fhnw.ch" class="button-game">Contact me</a>
</div>
</div>
</div>
</body>
</html>