-
-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathpresskit.html
More file actions
165 lines (135 loc) · 7.45 KB
/
presskit.html
File metadata and controls
165 lines (135 loc) · 7.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Press Kit - Sandboxels</title>
<meta name="description" content="Falling-sand simulation game playable in the browser with a focus on chemistry and life.">
<meta name="keywords" content="falling sand, elements, pixel art, simulator, powder">
<meta name="author" content="R74n">
<meta name="copyright" content="R74n">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all">
<link rel="canonical" href="https://sandboxels.r74n.com/presskit" id="canonicalLink"/>
<!--Favicons-->
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png?v=2">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="icons/safari-pinned-tab.svg?v=2" color="#2167ff">
<link rel="shortcut icon" href="icons/favicon.ico?v=2">
<meta name="msapplication-TileColor" content="#e6d577">
<meta name="theme-color" content="#000000">
<!--OpenGraph-->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Sandboxels Press Kit">
<meta property="og:description" content="Falling-sand simulation game playable in the browser with a focus on chemistry and life.">
<meta property="og:url" content="https://sandboxels.r74n.com/presskit">
<meta property="og:site_name" content="Sandboxels">
<meta property="og:image" content="https://sandboxels.r74n.com/icons/cover-3840x1240px-text.png">
<meta property="og:image:width" content="3840">
<meta property="og:image:height" content="1240">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="Magma falling into Water, forming Steam and Basalt. Pixel art style.">
<!--Twitter-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Sandboxels Press Kit">
<meta name="twitter:description" content="Falling-sand simulation game playable in the browser with a focus on chemistry and life.">
<meta name="twitter:site:id" content="1436857621827530753">
<meta name="twitter:image" content="https://sandboxels.r74n.com/icons/cover-3840x1240px-text.png">
<meta name="twitter:image:alt" content="Magma falling into Water, forming Steam and Basalt. Pixel art style.">
<meta name="twitter:creator:id" content="1436857621827530753">
<link rel="stylesheet" type="text/css" href="style.css?nocache=3">
<style>
#content { font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size:1.2em; padding-bottom: 5em }
h2 { text-align: center; margin-bottom:0; margin-top:45px}
h2 {
font-family: 'Press Start 2P';
}
img {
max-width: 100%;
}
.centered {
margin: auto;
display: block;
max-width: 100%;
}
.imglink:hover, .gallery a:hover {
filter: none
}
.gallery {
display: flex;
max-width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
}
.gallery a {
flex-shrink: 1;
max-width: 40%;
padding-left: 1em;
padding-right: 1em;
}
@media only screen and (max-width: 800px) {
h1 { font-size: 1em; }
img {max-width: 100%; }
.linkgallery {
flex-direction: row;
}
.linkgallery a {
width: 100%;
}
}
</style>
</head>
<body>
<!-- <h1><a href="https://sandboxels.R74n.com" class="backbutton"><</a> Press Kit</h1> -->
<div id="content">
<a class="imglink" href="https://sandboxels.R74n.com"><img src="icons/cover-3840x1240px-text.png" class="centered"></a>
<h2>The Game</h2>
<p><dfn>Sandboxels</dfn> is a falling-sand simulator playable in any web browser.</p>
<p>It brings nostalgia to players of old falling-sand games. This modern take on the genre has a strong focus on chemistry, life, and even food.</p>
<p>Players are allowed to freely experiment with over 500 different materials — liquids, powders, metals, plants, bugs, gases, and more — and see how they interact with each other in real time.</p>
<p>Sandboxels released on Steam <strong><time>May 16th, 2025</time></strong> for Windows and macOS. Sandboxels is and always will be available to play in the browser as well.</p>
<h2>The Dev</h2>
<p>R74n was founded in 2017 as a web collective. We published Sandboxels in late 2021, and have been marketing it on <a href="https://www.youtube.com/@R74n/shorts" target="_blank">YouTube</a> and <a href="https://tiktok.com/@r74n.com" target="_blank">TikTok</a>, where it has amassed millions of views. Later on, we also began developing <a href="https://R74n.com/cook/" target="_blank">Infinite Chef</a> and <a href="https://R74n.com/gentown/" target="_blank">GenTown</a>.</p>
<h2>Official Trailer</h2>
<p style="text-align: center;">Watch the official trailer we posted for the Steam release!</p>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/TgHnD-KRieM?si=twCxVuE2ibNZhP19" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen class="centered"></iframe>
<h2>Screenshots</h2>
<p style="text-align: center;">You are free to use any assets or screenshots in your articles!</p>
<div class="gallery">
<a href="icons/promo1.png" target="_blank"><img src="icons/promo1.png"></a>
<a href="icons/promo2.png" target="_blank"><img src="icons/promo2.png"></a>
<a href="icons/promo3.png" target="_blank"><img src="icons/promo3.png"></a>
<a href="icons/promo4.png" target="_blank"><img src="icons/promo4.png"></a>
</div>
<h2>Assets</h2>
<p><a href="https://drive.google.com/drive/folders/1wyWliJTc4-xu0L-PfBNo2Fm9_L6OO-LS?usp=sharing" target="_blank">Click here</a> for all logos and assets.</p>
<h2>Pricing</h2>
<p>Sandboxels is free to play in the browser, and the Steam version will only cost under a dollar.</p>
<h2>Quick Facts</h2>
<p>Initial release: December 15th, 2021</p>
<p>Press Email: <a href="mailto:contact@R74n.com?subject=%5BPress%5D" target="_blank">contact@R74n.com</a></p>
<p>Engine: None! :] Just HTML5 and JavaScript</p>
<h2>Quick Links</h2>
<p>
<div class="gallery linkgallery">
<a href="https://sandboxels.R74n.com/" target="_blank">Play Sandboxels</a>
<a href="https://R74n.com/" target="_blank">Developer Website</a>
<a href="https://store.steampowered.com/app/3664820/Sandboxels/" target="_blank">Steam</a>
<a href="https://www.youtube.com/@R74n/shorts" target="_blank">YouTube</a>
<a href="https://tiktok.com/@r74n.com" target="_blank">TikTok</a>
<a href="https://discord.gg/ejUc6YPQuS" target="_blank">Discord</a>
<a href="https://news.r74n.com/" target="_blank">Newsletter</a>
</div></p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-93720349-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-93720349-9');
</script>
</body>
</html>