-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (72 loc) · 4.34 KB
/
index.html
File metadata and controls
85 lines (72 loc) · 4.34 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Panel Attack is a free puzzle game inspired by popular games such as Tetris Attack and Pokemon Puzzle League while still maintaining authentic mechanics. Arrange colored panels in rows and columns of three or more to match matches that clear. Panels then fall from gravity and can make chains that give bonuses or attack the other player." />
<meta name="keywords" content="Panel Attack, Pokemon Puzzle League, Panel de Pon, Tetris Attack, Puzzle League, online puzzle game, match 3, match three, Planet Puzzle League, Pokemon Puzzle Challenge, action puzzle, online multiplayer">
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style.css?v=2">
<title>Panel Attack - Swapping Puzzle Game</title>
<link rel="shortcut icon" href="images/icon.png">
</head>
<body>
<!-- SHARED HEADER - Loaded by header.js -->
<script src="header.js"></script>
<div id="body">
<div class="flexContainer">
<div class="flexItem fullWidth card crystal-theme">
<div style="text-align: center;">
<iframe frameborder="0" allowfullscreen="" style="max-width: 880; margin:auto" src="https://www.youtube.com/embed/WjkNeI1C8Yg"></iframe>
</div>
</div>
<div class="flexItem fullWidth card crystal-theme">
<div class="card-header">
<h3 class="card-name">Download Panel Attack</h3>
</div>
<p class="card-desc">Get Panel Attack for your platform and start playing today! The game is completely free and available for Windows, macOS, Linux, and Android.</p>
<div style="text-align: center; margin-top: 20px;">
<a class="platformButton btn" href="/downloads/updater/windows/panel-attack.zip" target="_blank">
<img class="platformIcon" src="images/windows-icon.png" alt="Windows">
Windows
</a>
<a class="platformButton btn" href="/downloads/updater/mac/panel-attack.zip" target="_blank">
<img class="platformIcon" src="images/mac-os-x-icon.png" alt="macOS">
MacOS
</a>
<a class="platformButton btn" href="/downloads/updater/linux/panel-attack.AppImage" target="_blank">
<img class="platformIcon" src="images/linux-logo.png" alt="Linux">
Linux
</a>
<a class="platformButton btn" href="/downloads/updater/android/panel-attack.apk" target="_blank">
<img class="platformIcon" src="images/android-icon.png" alt="Android">
Android
</a>
</div>
<br />
</div>
<div class="flexItem fullWidth card gear-theme">
<div class="card-header">
<h3 class="card-name">A Modern Classic</h3>
</div>
<p class="card-desc">Panel Attack is a free modern puzzle game inspired by popular games such as Tetris Attack and Pokemon Puzzle League while still maintaining authentic mechanics. Arrange colored panels in rows and columns of three or more to match matches that clear. Panels then fall from gravity and can make chains that give bonuses or attack the other player.</p>
</div>
<div class="flexItem fullWidth card pipe-theme">
<div class="card-header">
<h3 class="card-name">Custom Mods</h3>
</div>
<p class="card-desc">You can also customize graphics, and sound to add in your favorite characters or go for that retro feel from the classic games. Create your own unique Panel Attack experience with community-made modifications.</p>
</div>
<div class="flexItem fullWidth card crystal-theme">
<div class="card-header">
<h3 class="card-name">Robust Online Multiplayer</h3>
</div>
<p class="card-desc">Panel Attack was designed to be completely lagfree with network latency up to 1000ms. Rollback code works to allow players to interact and resolve differences. Challenge players from around the world in smooth, responsive online matches.</p>
</div>
</div>
</div>
<!-- FOOTER -->
<div style="text-align: center; color: #888; font-size: 12px; padding: 20px;">
<script>document.write("© " + new Date().getFullYear() + " Panel Attack");</script>
</div>
</body>
</html>