This commit is contained in:
slweeb 2025-04-25 11:48:14 -04:00
parent 081e4d5dfd
commit b81eebf415
8 changed files with 162 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 KiB

BIN
icons/promo1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

BIN
icons/promo2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

BIN
icons/promo3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
icons/promo4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

View File

@ -18993,7 +18993,7 @@ Cancer, Landmine, Grenade, Smoke Grenade">?</span>
<p id="intro6">We have a thriving community on <a href="https://discord.gg/ejUc6YPQuS" target="_blank">Discord</a>! There you can post feedback or share your creations.</p> <p id="intro6">We have a thriving community on <a href="https://discord.gg/ejUc6YPQuS" target="_blank">Discord</a>! There you can post feedback or share your creations.</p>
<!-- <p>If you'd like to support us, consider donating on <a href="https://www.paypal.com/donate/?hosted_button_id=GCX4VHQ7SZWTN" target="_blank">PayPal</a> or <a href="https://cash.app/$emojiartist" target="_blank" title="$emojiartist">CashApp</a>, or subscribing on Discord.</p> --> <!-- <p>If you'd like to support us, consider donating on <a href="https://www.paypal.com/donate/?hosted_button_id=GCX4VHQ7SZWTN" target="_blank">PayPal</a> or <a href="https://cash.app/$emojiartist" target="_blank" title="$emojiartist">CashApp</a>, or subscribing on Discord.</p> -->
<p id="intro7">Business inquiries? Education stories? Help needed? Email us at <a href="mailto:contact@R74n.com?subject=%5BSandboxels%5D">contact@R74n.com</a>!</p> <p id="intro7">Business inquiries? Education stories? Help needed? Email us at <a href="mailto:contact@R74n.com?subject=%5BSandboxels%5D">contact@R74n.com</a>!</p>
<p id="introLinks">More links: <a href="https://sandboxels.R74n.com/help" rel="help">Help</a><a href="https://sandboxels.R74n.com/tips">Tips</a><a href="https://sandboxels.R74n.com/mod-list">Mods</a><a href="https://sandboxels.R74n.com/mobile-use">Mobile</a><a href="https://sandboxels.R74n.com/offline-use">Offline</a><a href="https://R74n.com/privacy">Privacy</a></p> <p id="introLinks">More links: <a href="https://sandboxels.R74n.com/help" rel="help">Help</a><a href="https://sandboxels.R74n.com/tips">Tips</a><a href="https://sandboxels.R74n.com/mod-list">Mods</a><a href="https://sandboxels.R74n.com/mobile-use">Mobile</a><a href="https://sandboxels.R74n.com/offline-use">Offline</a><a href="https://sandboxels.R74n.com/presskit">Press</a><a href="https://R74n.com/privacy">Privacy</a></p>
<p><span id="patronThanks">Thanks to our Patrons</span>: Serioustar, ggod, Midi_png, personman, fnl4y, PitsPower, swagg boi, moss, Suss, epsiloneridani, WeiChei, Trent, u2ce</p> <p><span id="patronThanks">Thanks to our Patrons</span>: Serioustar, ggod, Midi_png, personman, fnl4y, PitsPower, swagg boi, moss, Suss, epsiloneridani, WeiChei, Trent, u2ce</p>
<p style="display:none" id="langCredit">Translation by R74n</p> <p style="display:none" id="langCredit">Translation by R74n</p>
<p id="outro">Sandboxels is developed by R74n. Check out <a href="https://R74n.com" rel="author" target="_blank">our other projects</a>!</p> <p id="outro">Sandboxels is developed by R74n. Check out <a href="https://R74n.com" rel="author" target="_blank">our other projects</a>!</p>

159
presskit.html Normal file
View File

@ -0,0 +1,159 @@
<!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">
<!--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:site_name" content="Sandboxels">
<meta property="og:image" content="https://sandboxels.r74n.com/icons/wallpaper.png">
<meta property="og:image:width" content="1980">
<meta property="og:image:height" content="971">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="A rainforest made in Sandboxels">
<!--Twitter-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site:id" content="1436857621827530753">
<meta name="twitter:image" content="https://sandboxels.r74n.com/icons/card.png">
<meta name="twitter:image:alt" content="A rainforest made in Sandboxels">
<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">&lt;</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 is releasing 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.</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! :&rbrack; 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>

View File

@ -9,4 +9,5 @@ https://sandboxels.r74n.com/mobile-use
https://sandboxels.r74n.com/mod-list https://sandboxels.r74n.com/mod-list
https://sandboxels.r74n.com/offline-use https://sandboxels.r74n.com/offline-use
https://sandboxels.r74n.com/feedback https://sandboxels.r74n.com/feedback
https://sandboxels.r74n.com/tips https://sandboxels.r74n.com/tips
https://sandboxels.r74n.com/presskit