Good luck jammers!
Micha Faw
Creator of
Recent community posts
If you're looking for teammates or to join an existing team, reply below with the skillset(s) you would prefer to use in this jam and your best guess at your availability. For example:
Name: Cici Arcada
Preferred skillsets: Game design, Programming (Gamemaker/Unity/Godot), Art (2D - pixel art/watercolors), I also can do retro sound effects if needed!
Availability: The first Saturday/Sunday during the daytime, a few hours here and there during the week, and after 1pm on the last day (Sunday)
Diversifiers are totally voluntary - pick one, two, or even all of them (!!), or just ignore them entirely!
When you submit your game, you'll be asked which (if any) diversifiers you followed. If you have any questions/need clarification about a particular one, just ask!
- 5-5-GOJIRA - Tokyo is a major location.
- Tüns of Fünf - There are one (or more!) games somewhere inside your game.
- Go U It’s Your Birthday - A language other than your native language is used prominently.
- Big Bowl of Gohan - Only use the following colors: Black, Yellow, Silver, and White.
- Pięć(e) of Cake - Allow players to choose the difficulty level.
- Go Big or Go Home - One of the characters/elements continues to increase in size over time.
- Gotta Go Back, Back To The Past - In addition to this year’s theme, also incorporate one of the themes from a past District Jam: Going Global (2020), Emergence (2021), Echoes (2022), Formation (2023).
- Five Spice - Incorporate ALL of the following elements: Scary, Ginger, Sporty, Posh, and Baby.
Didn't make my way past the Sudwala note, but had a decent time doing the research up to that point. Nice work pulling in that Carmen Sandiego vibe.
Edit: Looks like I was misled by a bad travel site on what airports were nearby, they didn't even list that particular city as having one. Naive me just kept trying basically everything else in the area.
Looks like the original Discord link expired, so I've replaced it. You can join us for the theme reveal in the #june-jam channel of the IGDA DC server here: https://discord.gg/42pjCXB
In the recent update to GameMaker 2023.4.0.84 released about three weeks ago, template strings were added as a new feature, allowing you to replace the clunky concatenation of "Hello my name is " + myName + "!" with an inline variable instead.
When I try the following code, I get an error from GMLive in the Output window "Expected a value, got dollar_sign"
Example Code:
var fruit = "apple"
var guess = $"My guess is {fruit}"
Temporary fix info here in this thread: https://itch.io/t/1281174/problem-when-compiling-project
Thanks for the catch, our addled brains didn't even include credit for the two of us!
Curiously, the jam rules as posted do not state anything about attribution, nor disclosure of prior assets in general, really. Just "majority of work must be during the jam, etc. etc." (Bit of a loophole there, in my opinion.) If you know of a more comprehensive, official guide, by all means point me at it.
Per alexdraws, the assets can be used any way the owner likes (which would include without attribution).
Looking forward to rating your submission in the next few days!
Much appreciated. I've sent the info to community@ with the itch link and project files.
Here's the itch page until then:
https://ghostmaple.itch.io/extreme-kawaii-koalaball
Definitely with you on that one. In the limited amount of time I had, I hoped to at least make them varying intensities, but didn't get a chance to check if they were far enough apart. When I do get back to tinkering with this again, piece visibility (in all cases) is definitely at the top of my list. (Ten minutes adding X's and O's to the blocks would be a decent temporary solution.)