Skip to content

Commit 113eacf

Browse files
committed
added full sandbroxels
1 parent 7f00daa commit 113eacf

667 files changed

Lines changed: 652045 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Contributions to the main index.html file will be ignored. Use this repository to officially publish your Sandboxels mods.
2+
3+
Rules for publishing mods:
4+
1. Must not focus on something NSFW or illegal.
5+
2. Must be tested beforehand on your own. This repo does not accept mods for the sole purpose of you testing them.
6+
3. Must contain some meaningful content.
7+
8+
Failure to follow these rules may result in your pull request being ignored!
9+
10+
Learn more about [submitting your mod](https://sandboxels.wiki.gg/wiki/Modding/Putting_it_online).
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: ['https://www.paypal.com/donate/?hosted_button_id=GCX4VHQ7SZWTN', 'https://cash.app/$emojiartist', 'https://discord.com/servers/r74n-sandboxels-939255181474955331']
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Controls for Sandboxels are listed underneath [the game](https://sandboxels.R74n.com).
2+
3+
Use the [feedback form](https://sandboxels.r74n.com/feedback) linked under the game for suggestions or bug reports. You can also join our [Discord server](https://discord.gg/ejUc6YPQuS) for support and everything else.
4+
5+
This isn't preferred, but you can also report issues on this GitHub repository [here](https://github.com/R74nCom/sandboxels/issues).
6+
7+
For help with creating mods, read the [Modding Tutorial](https://sandboxels.wiki.gg/wiki/Modding_tutorial).
8+
9+
For help with specific mods, the mod's creator is likely in the Discord. Ask around and you'll be directed to them.

games/sandbroxels/404.html

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>404 - Sandboxels</title>
7+
<meta name="description" content="A falling sand simulation game, with heat transfer, electricity, density, fire, explosions, and more.">
8+
<meta name="keywords" content="falling sand, elements, pixel art, simulator, powder">
9+
<meta name="author" content="R74n">
10+
<meta name="copyright" content="R74n">
11+
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
12+
<meta name="viewport" content="width=device-width, initial-scale=1">
13+
<meta name="robots" content="noindex">
14+
<link rel="canonical" href="https://sandboxels.r74n.com" id="canonicalLink"/>
15+
16+
<!--Favicons-->
17+
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png?v=2">
18+
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png?v=2">
19+
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png?v=2">
20+
<link rel="manifest" href="manifest.json">
21+
<link rel="mask-icon" href="icons/safari-pinned-tab.svg?v=2" color="#2167ff">
22+
<link rel="shortcut icon" href="icons/favicon.ico?v=2">
23+
<meta name="msapplication-TileColor" content="#e6d577">
24+
<meta name="theme-color" content="#000000">
25+
26+
<!--OpenGraph-->
27+
<meta property="og:locale" content="en_US">
28+
<meta property="og:type" content="website">
29+
<meta property="og:title" content="404 - Sandboxels">
30+
<meta property="og:description" content="Relax or experiment with over 500 materials in this falling sand simulator.">
31+
<meta property="og:url" content="https://sandboxels.r74n.com">
32+
<meta property="og:site_name" content="Sandboxels">
33+
<meta property="og:image" content="https://sandboxels.r74n.com/icons/cover-3840x1240px-text.png">
34+
<meta property="og:image:width" content="3840">
35+
<meta property="og:image:height" content="1240">
36+
<meta property="og:image:type" content="image/png">
37+
<meta property="og:image:alt" content="Magma falling into Water, forming Steam and Basalt. Pixel art style.">
38+
39+
<!--Twitter-->
40+
<meta name="twitter:card" content="summary_large_image">
41+
<meta name="twitter:title" content="404 - Sandboxels">
42+
<meta name="twitter:description" content="Relax or experiment with over 500 materials in this falling sand simulator.">
43+
<meta name="twitter:site:id" content="1436857621827530753">
44+
<meta name="twitter:image" content="https://sandboxels.r74n.com/icons/cover-3840x1240px-text.png">
45+
<meta name="twitter:image:alt" content="Magma falling into Water, forming Steam and Basalt. Pixel art style.">
46+
<meta name="twitter:creator:id" content="1436857621827530753">
47+
48+
<script src="https://R74n.com/load.js"></script>
49+
<link rel="stylesheet" type="text/css" href="https://sandboxels.r74n.com/style.css">
50+
51+
<style>
52+
53+
body {
54+
padding-top: 50px;
55+
}
56+
/* align the image to the center of the page */
57+
.img404 {
58+
display: block;
59+
margin-left: auto;
60+
margin-right: auto;
61+
width: 50%;
62+
}
63+
p {
64+
text-align: center;
65+
font-size: 1.5em;
66+
}
67+
</style>
68+
</head>
69+
<body>
70+
<h1 class="pagetitle" id="pagetitle"><a href="https://sandboxels.r74n.com/" class="backbutton" target="_blank">&lt;</a> 404boxels</h1>
71+
<img src="https://sandboxels.r74n.com/icons/wallpaper.png" alt="A rainforest made in Sandboxels" class="img404">
72+
<p>Uh oh! You sandboxed too hard and ended up in the place pixels go after they die.</p>
73+
<p><a href="https://sandboxels.r74n.com/">Return to Reality</a></p>
74+
</body>

games/sandbroxels/CITATION.cff

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: Sandboxels
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- name: R74n
12+
email: contact@R74n.com
13+
date-start: '2017-05-02'
14+
website: 'https://r74n.com/'
15+
identifiers:
16+
- type: doi
17+
value: 10.17605/OSF.IO/H7TDY
18+
- type: swh
19+
value: 'swh:1:rev:5a5813a8f4f418540f1bdb765d293735541bf7fd'
20+
- type: url
21+
value: 'https://sandboxels.r74n.com/'
22+
- type: doi
23+
value: 10.5281/zenodo.10044909
24+
- type: other
25+
value: /g/11spmybz10
26+
description: KGMID
27+
- type: url
28+
value: 'https://purl.org/r74n/sandboxels'
29+
description: PURL
30+
- type: url
31+
value: 'https://w3id.org/r74n/sandboxels'
32+
description: W3ID
33+
repository-code: 'https://github.com/R74nCom/sandboxels'
34+
url: 'https://sandboxels.r74n.com'
35+
abstract: >-
36+
Sandboxels is a free falling-sand simulator that can be
37+
played in your browser. It features heat simulation,
38+
electricity, density, chemical reactions, cooking, and
39+
fire spread.
40+
keywords:
41+
- R74n
42+
- Sandboxels

games/sandbroxels/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sandboxels.r74n.com

games/sandbroxels/README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Sandboxels
2+
A falling sand simulation game with hundreds of elements, heat simulation, chemical reactions, fire, density, electricity, and more.
3+
4+
Play for free at [Sandboxels.R74n.com](https://sandboxels.r74n.com/).
5+
6+
Join the [Discord server](https://discord.com/invite/ejUc6YPQuS).
7+
8+
![Landscape made in Sandboxels](https://raw.githubusercontent.com/R74nCom/sandboxels/main/icons/cover-3840x1240px-text.png)
9+
10+
# Modding
11+
New to modding? Read the Sandboxels Wiki articles on [getting started with modding](https://sandboxels.wiki.gg/wiki/Modding/Getting_started) or [publishing your mod](https://sandboxels.wiki.gg/wiki/Modding/Putting_it_online).
12+
13+
Please read the [Contribution Guidelines](https://github.com/R74nCom/sandboxels/tree/main/.github/CONTRIBUTING.md) before submitting your mod.
14+
15+
# Controls
16+
* Left Click = Draw pixels
17+
* Right Click = Erase pixels
18+
* Middle Click = Pick element
19+
* Space or P = Pause simulation
20+
* Shift + Heat/Cool/Shock = Intensify effect
21+
* Shift + Click = Draw line
22+
* Scroll or +- or [] = Change cursor size
23+
* ←→ = Change category
24+
* E = Select by name
25+
* I or / = Element info
26+
* \ = Open settings
27+
* &gt; = Single step
28+
* F or F11 = Fullscreen
29+
* 1234 = Change view
30+
* F1 = Toggle GUI
31+
* C or F2 = Capture screenshot
32+
33+
(Alt/Option can be used in place of Shift)
34+
35+
# Button Info
36+
* Pause = Pause/play the simulation
37+
* Step (&gt;) = Run a single frame
38+
* Minus (-) = Decrease the cursor size
39+
* Plus (+) = Increase the cursor size
40+
* Reset = Clears the entire simulation
41+
* Replace = Overrides pixels when placing
42+
* E = Select any element by name
43+
* TPS = Change how fast the simulation runs
44+
* Info = Open the element info screen
45+
* Saves = Open the Save & Load menu
46+
* Mods = Open the Mod Manager
47+
* Settings = Open the settings menu

games/sandbroxels/SECURITY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
The latest version, live on the website, is supported.
6+
7+
## Reporting a Vulnerability
8+
9+
To report a serious security vulnerability, DM a moderator on the R74n / Sandboxels Discord server: https://discord.gg/ejUc6YPQuS

0 commit comments

Comments
 (0)