Skip to content

Commit bee1bab

Browse files
committed
all the mods 2026 event page
1 parent ca0a527 commit bee1bab

4 files changed

Lines changed: 87 additions & 0 deletions

File tree

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# All The Mods
2+
3+
```host
4+
PenguinMod, TurboWarp, Warpdrive, MistWarp, NitroBolt, Scratch Everywhere!, ScratchBox
5+
```
6+
```collab
7+
TurboWarp, Warpdrive, MistWarp, NitroBolt, Scratch Everywhere!, ScratchBox
8+
```
9+
10+
# [See our itch.io page for project submissions and event information!](https://itch.io/jam/all-the-mods-game-jam)
11+
12+
# What is this event?
13+
Many different Scratch mods (featuring PenguinMod, TurboWarp, and more) have all come together to start a game jam!
14+
15+
This is a *shared event*, meaning you **will not be submitting on the PenguinMod website itself!**
16+
17+
The official All The Mods Game Jam page can be found here: https://itch.io/jam/all-the-mods-game-jam
18+
19+
Scroll to the "What is a Game Jam?" section if you don't know what a Game Jam is.
20+
21+
## When is it?
22+
The jam will be running from ***June 1st at 10:00 AM (Mountain Time)*** to ***June 15th at 10:00 AM (Mountain Time)***.
23+
24+
The theme will be revealed on ***June 1st at 10:00 AM (Mountain Time)***.
25+
26+
See the [itch.io page]((https://itch.io/jam/all-the-mods-game-jam)) for exact timings in your timezone.
27+
28+
## How do I submit my game?
29+
You need to submit your theme-related game to the [itch.io page]((https://itch.io/jam/all-the-mods-game-jam)) **as a packaged project!**
30+
31+
You should use the [PenguinMod Packager](https://studio.penguinmod.com/PenguinMod-Packager/) and create a **Plain HTML** package of your game.
32+
33+
Make sure to submit your games by ***June 15th at 10:00 AM (Mountain Time)***! Do not submit them any later than that.
34+
35+
We highly recommend you finish and submit your projects a day early.
36+
37+
## What's the prize?
38+
You must be 13 years or older to receive the prize for this game jam. If you are not of this age, you will need a parent/guardian to do this for you.
39+
40+
**1st Place** will receive a **$100 Gift Card** to a platform of choice.
41+
**2nd Place** will receive a **$70 Gift Card** to a platform of choice.
42+
**3rd Place** will receive a **$50 Gift Card** to a platform of choice.
43+
- You must be 13 years or older to receive the prize. If you are not of this age, you will need a parent/guardian to do this for you.
44+
- NOTE: If working in a team, the prize will be split as even as possible between all team members.
45+
46+
If you land in one of the top 3 places, please contact us or reply to our own contact *as soon as possible*!
47+
48+
For participants 13 years or older, please contact us via [Discord](https://penguinmod.com/redirect?t=aHR0cHM6Ly9kaXNjb3JkLmdnL2VwcWtyRWV3Unc%3D).
49+
50+
For participants under the age of 13, please contact us using [the email listed on our contact page](https://studio.penguinmod.com/contact.html).
51+
52+
You do not have to receive a prize if you don't want to.
53+
54+
# What is a Game Jam?
55+
How the All The Mods Game Jam will work is:
56+
57+
## We will reveal a theme
58+
You need to create a PenguinMod project based on a theme.
59+
60+
You can make a game that relates to the theme we give you in any way. **It should be a big part of your game's design.**
61+
62+
## Submit a project
63+
See the "How do I submit my project?" section for details.
64+
65+
Make sure to submit your games by ***June 15th at 10:00 AM (Mountain Time)***! Do not submit them any later than that.
66+
67+
## We will rank your games
68+
Staff members and developers will go through all of the submissions and check out what everyone did with the theme.
69+
70+
The more creative your interpretation of the theme is, the better.
71+
72+
However, your games **still need to be fun to play in general.**
73+
74+
## We will give out rewards
75+
We will choose the top 3 games, and the best creators will get **a real monetary reward**!
76+
77+
See the "What's the prize?" section for more details.
78+
79+
# Community
80+
For participants 13 years or older, you can join our Discord server:
81+
82+
[Discord](https://penguinmod.com/redirect?t=aHR0cHM6Ly9kaXNjb3JkLmdnL2VwcWtyRWV3Unc%3D)

src/resources/markdown/events/pages.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ import PenguinJamSpring2026Es from "./es/penguinjamspring2026.md?raw";
3535
import PenguinJamSpring2026Es419 from "./es-419/penguinjamspring2026.md?raw";
3636
import PenguinJamSpring2026Ru from "./ru/penguinjamspring2026.md?raw";
3737
import PenguinJamSpring2026Ja from "./ja/penguinjamspring2026.md?raw";
38+
// AllTheMods2026
39+
import AllTheMods2026En from "./en/allthemods2026.md?raw";
3840

3941
export default {
4042
"example": {
@@ -81,4 +83,7 @@ export default {
8183
"ru": PenguinJamSpring2026Ru,
8284
"ja": PenguinJamSpring2026Ja,
8385
},
86+
"allthemods2026": {
87+
"en": AllTheMods2026En,
88+
},
8489
};
18.1 KB
Loading
13.3 KB
Loading

0 commit comments

Comments
 (0)