Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

So I've made a really terrible mistake

A topic by tonymichaelhead created Jul 22, 2021 Views: 354 Replies: 9
Viewing posts 1 to 4
(1 edit)

It's a really dumb mistake, but I mistook the deadline 7-22 , 12AM to mean 7-22 midnight, and I couldn't submit my game :'(
I'm seriously crushed, but it's all good, I'll live to make another game :)

But I had such a blast working on my game Chicken Run, and I really wanted to share it anyway, since it was made for this jam, and I think others will enjoy it and maybe even get some laughs (I mean, it's a 16bit jrpg where the hero is a chicken, come on!).

So even though I ended up not being able to submit my game, I just want to say thanks to this jam and everyone for giving me the opportunity to stretch myself, learn new things, and enjoy creating something fun.

See y'all at the next jam!
-T

That sucks bro. But on the bright side you had fun and made a cool game  -which is like the same outcome 99% of us will have in end.

(1 edit)

Cheers! Ha, yeah, it was just one of those epic face palm moments.
But absolutely. I think most all of us are here for inspiration to create, and I was lucky enough to get that anyway. So it's win in my book 馃榾



Submitted

I almost got the same... but half day before deadline my girlfirend convience me that I'm wrong ^^"
I will check your game for sure!
Good luck next time :)

Oh man.., glad you were able to get submitted anyway馃榾
Appreciate it! And good luck to you as well

Submitted(+1)

I hate to say it, but that is why you upload as soon as you have something working. Especially if you use Butler (itch's upload software), you only have to upload changes, so it makes sense to upload everything early on even if you might not use those assets because it is much easier to remove assets than to upload more. Plus, it at least gives you something to work with.

You'll notice if you look at my submission that I have three versions. Basically, Archive, Unstable, Stable. First one you push is the 'archive'. This is your "If all else fails, I have something" branch. Next, you push unstable. This is your "This is my latest progress" branch. This could be a nightly or hourly push (you could even have separate nightly/hourly branches). Finally, whenever you reach a point where your game is stable, you push the "Stable" branch. This is you intended showpiece. If your experimental branch ends up proving stable, you can always make that your showpiece after the files are locked, but otherwise your stable makes sure you have something working.

TLDR:

Have at least three branches that you upload as you work on your project.

Archive: This is your backup/last resort. This is your first working game or the pieces leading up to that if you don't finish on time. This ensures you have something to show if issues crop up. You can also make a second archive that is your last stable branch (so one 'stable' version before your current stable version).

Unstable: This is your incrementally updated version. This is may or may not work, but it shows your latest progress. Upload this every x hours or upload it before the date changes. 

Stable: This is your latest good version that you know works properly. You can always replace this with the unstable version later if the unstable version proves to work fine, but otherwise, this is your entry.

Hey this is really solid advice, thanks! And I haven't actually tried Butler yet, but this just motivated me to get started with it.

Submitted

Yeah, I know a lot of people would have been offended by what I said, so glad you took it positively. 

My advice applies for any sort of programming/development though. It is basic advice that most developers I know of follow to some degree or another. I just might be slightly more obsessive about making backups and such. My backup advice is always something around the lines of: offsite backup that you backup somewhat regularly, onsite backup that you backup regularly (daily), on device backup that you backup super constantly (hourly backups) with at least 4 iterations of backups.

You'll notice that my backup advice is very similar to my advice on submissions.

As a professional developer myself, your advice definitely hits. I'm already looking into integrating Butler with my work flow. Didn't realize my life could've been this much easier  馃槄

Jam Host

This is how we do it in the actual industry: Main Branch, Beta Branch, Developer Branch.

Good advice all around, man. :-)