This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtradingcardgame.html
41 lines (35 loc) · 2.56 KB
/
tradingcardgame.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
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset='utf-8' />
<meta name="description" content="To be Deleted"/>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link href="/favicon.png" rel="apple-touch-icon">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>2CatStudios // TradingCard Game</title>
<script>
if (!(window.location.host.startsWith("127.0.0.1") || window.location.host.startsWith("localhost")) && (window.location.protocol != "https:"))
window.location.protocol = "https";
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57157141-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="main_content_wrap" class="outer">
<iframe name="index" src=/index.html id="iframe"></iframe>
<section id="main_content" class="inner">
<img src="/images/tradingcard_game/TCG_Title_Standard.png" alt="TCG_Title_Standard" width="470" height="245"/>
<br>
<h2>Development Indefinitely Postponed</h2>
<p>TradingCard Game was to be a multiplayer card game, with a focus on tactics and strategy, rather than having the strongest cards. The core elements of the game were subterfuge and misdirection, and it's fundamental mechanics were very simple. The straightforward gameplay and design would allow for anyone to have a good time playing, whether they're new to TCGs, or are long-time veterans. To keep the game entertaining, even for our most loyal players, the game would features many aspects which can't be predicted; players can make pre-game strategies via building their "Minor Deck", but the majority of their cards during a game come from a "Major Deck", which is generated at the start of each new game. This allows for some level of planning, but for players to truly become skilled, they must learn to adapt, and develop tatics on the fly. Other, non-player-controlled elements also affect gameplay, and add a lasting appeal, but we'll talk more about that later (never, sorry).</p>
</section>
<br>
<blockquote>Do you like TCGs? Drop us an email at <a href="mailto:gibsonbethke@gmail.com?subject=I%20Like%20TCGs%20Too"> gibsonbethke@gmail.com</a>!</blockquote>
</div>
</body>
</html>