-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcommunities.html
More file actions
102 lines (92 loc) · 5.2 KB
/
communities.html
File metadata and controls
102 lines (92 loc) · 5.2 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Join the Panel Attack community and learn about other communities that play similar games." />
<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 - Communities</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 class="card-header">
<h3 class="card-name">Discord</h3>
</div>
<p class="card-desc">The discord server is where we go to hang out and talk about the game, share mods, graphics and have community events. You can join monthly tournaments for different skill levels too!</p>
<div style="text-align: center; margin-top: 20px;">
<a href="http://discord.panelattack.com/" target="_blank">
<p class="button btn">Join the Discord!</p>
</a>
</div>
</div>
<div class="flexItem fullWidth card gear-theme">
<div class="card-header">
<h3 class="card-name">League of Puzzle Speedrunners</h3>
</div>
<p class="card-desc">League of Puzzle Speedrunners (LPS) is a group built around speedrunning games from the arcade puzzler era. LPS is a great community to learn/share about puzzle speedruns, enjoy casual race nights, and participate in seasonal tournaments offering cash prizes. The LPS community was founded around the Puzzle League series, but also includes games such as Dr. Mario, Wario's Woods, Tetris, Puyo Puyo, and many more!</p>
<div style="text-align: center; margin-top: 20px;">
<a href="https://tinyurl.com/LeagueofPuzzleSpeedrunners" target="_blank">
<p class="button btn">Discord</p>
</a>
<a href="https://www.twitch.tv/PuzzleSpeedrun" target="_blank">
<p class="button btn">Twitch</p>
</a>
<a href="https://www.youtube.com/c/LeagueofPuzzleSpeedrunners" target="_blank">
<p class="button btn">Youtube</p>
</a>
<a href="https://twitter.com/PuzzleSpeedrun" target="_blank">
<p class="button btn">Twitter</p>
</a>
</div>
</div>
<div class="flexItem fullWidth card pipe-theme">
<div class="card-header">
<h3 class="card-name">Fully Bugged</h3>
</div>
<p class="card-desc">Fully Bugged is the team behind BoohaBlox Arcade: a 100% free Puzzle League/Panel de Pon/Tetris Attack style game. The Arcade version offers you a full package of customizable single-player modes to play, until a bigger and more complete version might be coming up one day. The team is working on other types of pixel art games too, including other puzzle games like Little Cells or Dstroy 2, a Bombermania game. We are posting "everywhere" and like to chat casually about our games, pixel art or 2D video games with friendly members, find your preferred way or community below!</p>
<div style="text-align: center; margin-top: 20px;">
<a href="https://fully-bugged.itch.io/boohablox-arcade" target="_blank">
<p class="button btn">BoohaBlox Arcade</p>
</a>
<a href="https://discord.com/invite/ZCMm2xw" target="_blank">
<p class="button btn">Discord</p>
</a>
<a href="https://www.youtube.com/user/FullyBuggedGames" target="_blank">
<p class="button btn">YouTube</p>
</a>
<a href="https://mastodon.gamedev.place/@FullyBugged" target="_blank">
<p class="button btn">Mastodon</p>
</a>
<a href="https://linktr.ee/Fully_Bugged " target="_blank">
<p class="button btn">More Links to follow Fully Bugged</p>
</a>
</div>
</div>
<div class="flexItem fullWidth card crystal-theme">
<div class="card-header">
<h3 class="card-name">/r/PanelDePon</h3>
</div>
<p class="card-desc">/r/PanelDePon provides a welcoming community for players of all skill levels with a comfortable, cozy social atmosphere. It's also home of both the Panepon GC translation and GBC restoration projects too, so come and visit if you're looking for the most recent patch for either.</p>
<div style="text-align: center; margin-top: 20px;">
<a href="https://www.reddit.com/r/PanelDePon/" target="_blank">
<p class="button btn">Reddit</p>
</a>
<a href="https://discord.gg/75Bm23nggy" target="_blank">
<p class="button btn">Discord</p>
</a>
</div>
</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>