-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
169 lines (166 loc) · 8.25 KB
/
Copy pathindex.html
File metadata and controls
169 lines (166 loc) · 8.25 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Game Foundry Studio LLC - Build. Play. Share.</title>
<meta name="description" content="Build, play, publish, and share browser games with Game Foundry Studio LLC.">
<link rel="icon" href="/favicon.svg">
<link rel="stylesheet" href="assets/theme-v2/css/theme.css">
</head>
<body>
<div data-partial="header-nav"></div>
<main>
<section class="hero" id="start">
<div class="container hero-grid">
<div class="hero-copy">
<div class="kicker">Browser-native creator platform</div>
<h1>Build. Play. Share.</h1>
<p class="lede">Game Foundry Studio helps Creators design games, build assets, test ideas, and share playable
open-web experiences with no coding required.</p>
<p>Advanced creators can extend projects later with custom enhancements and scripting.</p>
<div class="hero-cta"><a class="btn primary" href="toolbox/index.html">Start Building</a><a class="btn"
href="games/index.html">Explore Games</a><a class="btn" href="marketplace/index.html">Share Creations</a></div>
<div class="dual-entry" aria-label="Primary entry points">
<a class="entry-card" href="toolbox/index.html"><span>Build</span><strong>Create Games</strong><small>Open the
Toolbox</small></a>
<a class="entry-card" href="games/index.html"><span>Play</span><strong>Play Games</strong><small>Browse the
Arcade</small></a>
<a class="entry-card" href="marketplace/index.html"><span>Share</span><strong>Share Creations</strong><small>Publish and Connect</small></a>
</div>
</div>
<aside class="hero-art" aria-label="Game Foundry Studio LLC logo artwork">
<img src="assets/theme-v2/images/game-foundry-studio-logo.png"
alt="Game Foundry Studio LLC forged logo with anvil, sword, die, and gear">
</aside>
</div>
</section>
<section class="section" id="trending">
<div class="container">
<div class="section-head">
<div>
<div class="kicker">Featured Experiences</div>
<h2>Featured Experiences</h2>
</div>
<p>Explore prototypes, sample games, creator challenges, and future community showcases as Game Foundry
Studio grows.</p>
</div>
<div class="trending-grid">
<article class="game-tile featured">
<div class="game-art"><img src="/games/assets/images/game-iceberg.svg" alt="King of the Iceberg sample art"></div>
<div class="game-meta"><strong>King of the Iceberg</strong><span>Physics party brawler</span><em>Featured Prototype</em></div>
</article>
<article class="game-tile">
<div class="game-art"><img src="/games/assets/images/game-nebula.svg" alt="Nebula Runner sample art"></div>
<div class="game-meta"><strong>Nebula Runner</strong><span>Arcade survival</span><em>Sample Game</em></div>
</article>
<article class="game-tile">
<div class="game-art"><img src="/games/assets/images/game-retrobot.svg" alt="RetroBot Rescue sample art"></div>
<div class="game-meta"><strong>RetroBot Rescue</strong><span>Pixel platformer</span><em>Coming Soon</em>
</div>
</article>
<article class="game-tile">
<div class="game-art"><img src="/games/assets/images/game-forgequest.svg" alt="Forge Quest sample art"></div>
<div class="game-meta"><strong>Forge Quest</strong><span>Creator challenge</span><em>Creator Challenge</em></div>
</article>
</div>
<div class="section-head">
<div>
<div class="kicker">Creator Highlights</div>
<h3>Creator Highlights</h3>
</div>
<p>A future-ready area for featured creators, games, templates, and showcases.</p>
</div>
<div class="trending-grid" aria-label="Creator Highlights">
<article class="game-tile">
<div class="game-art"><img src="/games/assets/images/game-forgequest.svg" alt="Forge Quest staff pick art"></div>
<div class="game-meta"><strong>Forge Quest</strong><span>Creator challenge</span><em>In Development</em></div>
</article>
<article class="game-tile">
<div class="game-art"><img src="/games/assets/images/game-nebula.svg" alt="Nebula Runner staff pick art"></div>
<div class="game-meta"><strong>Nebula Runner</strong><span>Arcade survival</span><em>Sample Game</em></div>
</article>
<article class="game-tile">
<div class="game-art"><img src="/games/assets/images/game-retrobot.svg" alt="RetroBot Rescue staff pick art"></div>
<div class="game-meta"><strong>RetroBot Rescue</strong><span>Pixel platformer</span><em>Coming Soon</em></div>
</article>
</div>
</div>
</section>
<section class="section" id="what">
<div class="container split">
<div>
<div class="kicker">What is Game Foundry Studio LLC?</div>
<h2>A complete place to create, test, publish, and play.</h2>
<p class="lede small">Game Foundry Studio is a creator destination for building browser games, assets, worlds,
audio, rules, and publishing workflows in one connected place.</p>
</div>
<div class="check-panel">
<div>Visual Editors</div>
<div>Game Design Document (GDD)</div>
<div>Asset Creation Tools</div>
<div>Tilemaps & Worlds</div>
<div>Audio & Music Tools</div>
<div>Testing & Preview</div>
<div>Creator Templates</div>
<div>One-Click Publishing</div>
<div>Community Sharing</div>
</div>
</div>
</section>
<section class="section" id="tools">
<div class="container">
<div class="section-head">
<div>
<div class="kicker">Featured tools</div>
<h2>Creator tools with guardrails.</h2>
</div>
<p>Focused tools help Creators move from idea to playable game one step at a time.</p>
</div>
<div class="card-grid">
<article class="card">
<div class="card-body">
<h3>Assets</h3>
<p>Create sprites, animations, vectors, palettes, previews, and reusable game assets.</p>
</div>
</article>
<article class="card">
<div class="card-body">
<h3>Worlds</h3>
<p>Build maps, layers, object placement, world bounds, collisions, and camera rules.</p>
</div>
</article>
<article class="card">
<div class="card-body">
<h3>Controls</h3>
<p>Configure keyboard, mouse, gamepads, touch, pen, wheel, and custom controls.</p>
</div>
</article>
</div>
</div>
</section>
<section class="section mascot-section">
<div class="container split reverse">
<div class="image-panel"><img src="assets/theme-v2/images/mascots/game-foundry-mascots-sheet.png"
alt="ForgeBot mascot"></div>
<div>
<div class="kicker">Meet the Foundry Guides</div>
<h2>ForgeBot, Pixel Smith, Spark, and Foundry Bot help Creators.</h2>
<p class="lede small">ForgeBot, Pixel Smith, Spark, and Foundry Bot help Creators build, design, add sound,
and learn their way through the platform.</p><a class="btn primary" href="company/how-we-build.html">See How We Build</a>
</div>
</div>
</section>
<section class="section">
<div class="container cta">
<h2>Start Creating</h2>
<p class="lede small">Begin with tools, explore playable examples, or learn how the creator journey works.</p>
<div class="hero-cta"><a class="btn primary" href="toolbox/index.html">Start Building</a><a class="btn"
href="games/index.html">Explore Games</a><a class="btn" href="company/how-we-build.html">Learn How It Works</a></div>
</div>
</section>
</main>
<div data-partial="footer"></div>
<script src="assets/theme-v2/js/gamefoundry-partials.js" defer></script>
</body>
</html>