-
Notifications
You must be signed in to change notification settings - Fork 1
/
Mafia43Page.html
85 lines (82 loc) · 2.33 KB
/
Mafia43Page.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
<html>
<head>
</head>
<header>
<title>MAFIA43</title>
</header>
<body>
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&display=swap');
body {
font-family: 'JetBrains Mono', monospace;
}
.tg {
border-collapse:collapse;
border-spacing:0;
}
.tg td{
font-size:14px;
padding:10px 5px;
border-style:solid;
border-width:1px;
overflow:hidden;
word-break:normal;
text-align: center;
}
.tg th{
font-size:14px;
font-weight:normal;
padding:10px 5px;
border-style:solid;
border-width:1px;
overflow:hidden;
word-break:normal;
}
</style>
<table class="tg" style="width: 600px;">
<tr>
<td class="tg-031e"><img src="ic_launcher.png" /></td>
<td class="tg-031e">MAFIA43</td>
</tr>
<tr>
<td class="tg-031e" colspan="2">External link to .apk:
<a href="https://drive.google.com/file/d/1WpR46bEwHZNgty3Vtgctf2Io1Ryc_keh/view" target="_blank">APK link</a>
</td>
</tr>
<tr>
<td class="tg-031e" colspan="2">GitHub link to project:
<a href="https://github.com/xeroplz/CMSC436-Group-43" target="_blank">MAFIA43</a>
</td>
</tr>
<tr>
<td class="tg-031e" colspan="2">
Description: Our app takes the classic game Mafia to mobile! Get a group of 5 to 15 players together and start playing with an easy-to-use role assigment/action system.
</td>
</tr>
<tr>
<td class="tg-031e">
<img src="Screenshots/title.png" style="width:170;"/>
</td>
<td class="tg-031e">
<img src="Screenshots/mafiakill.png" style="width:170;"/>
</td>
</tr>
<tr>
<td class="tg-031e" colspan="2">External link to YouTube video:
<a href="https://www.youtube.com/watch?v=RSihBqBbo_s" target="_blank">MAFIA43 Video</a>
</td>
</tr>
<tr>
<td class="tg-031e" colspan="2">
List of external libraries and code used in this project:
<ul>
<li>
No external libraries were used in this project. However, we did get our death text lines from <a href="https://en.wikipedia.org/wiki/List_of_unusual_deaths" target="_blank">this Wikipedia page</a>.
</li>
</ul>
</td>
</tr>
</table>
<p style="text-align: right;"><a href="https://www.umd.edu/web-accessibility" title="UMD Web Accessibility">Web Accessibility</a></p>
</body>
</html>