Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

First game jam, some tips ?

A topic by Yovador created May 21, 2019 Views: 2,114 Replies: 14
Viewing posts 1 to 10
Submitted

Hi, kind of everything is in the tittle, it's my first game jam, so do you have tips ?

(+3)

For this one specifically, I'd recommend going through Mark Brown's backlog of videos. The topic will be based off of one of them, so it'll give you a bit of a headstart when the jam begins. When it starts I highly recommend visiting the Discord as you'll be able to find constant support during the jam there. Don't be afraid to post screenshots, gifs, and prototypes to get feedback while you're working and to constantly reiterate on your core design. It's really easy to get sidetracked and focus on extra mechanics and unnecessary clutter if you don't remind yourself of the pitch. Stick to the pitch. Keep the pitch simple. I like using something that I would tell a friend about a game I like; "It's a rouge-like deck building game with perma-death." or "It's a puzzle game where you can change the rules by pushing text blocks around with your character." I hope this gets you started, and best of luck in the game jam!

To add on the pitch thing: the more of a mouthful the game is to describe in a single sentence like EATARI did, the more time it will take to make. Don't worry too hard about conveying intention or rules. Cheat if you have to by throwing everything in the manual, assuming that isn't part of the challenge/theme :P

Submitted (1 edit) (+15)(-1)

Here are some general tips. Keep in mind that I'm just a humble game designer. I'm not claiming to be an expert on the topic, and I want you to treat these more as guidelines than as rules. If anything I say strikes you as just flat out untrue, then feel free to ignore it.

  1. Make a plan. Don't just dive right in and hope that you'll make something good. Spend at least the first hour of the game jam brainstorming ideas. Usually, the best idea that I come up with isn't the first one that pops into my head.
  2. Manage your time carefully. Make sure that your game is playable and that the core idea of the game is fleshed out by the end of the first day. I know that sounds like a lot to do, but you'll be so glad you have that extra 24 hour buffer of time when you're trying to add artwork, sound effects, etc.
  3. Pick something simple. Don't try to make the next smash hit MMORPG. You only have 48 hours. That goes by way faster than you might imagine. On that note...
  4. Don't do a 3D game. 3D games require more texture work, more lighting work, more edge cases while programming, more difficult level design, more difficult camera work, and the list goes on from there. Unless you're a very experienced game developer and you can hammer out 3D games faster than sonic can run, just stick to 2D. You'll thank me later for that one.
  5. Consider the 2:44 ratio rule that indie developer Vlambeer came up with. I use this rule for every game jam I participate in, and it always works out in my favor. The idea is that you have 48 hours to make a game, so you want to manage your time well. Vlambeer suggests spending the first two hours brainstorming, deciding on the right idea to pursue, and then actually finishing a playbale prototype of your game idea. Make sure it works, make sure it's fun, and make sure that you're happy with what you have after the first two hours. If you are, then you can spend the other 44 hours working on game feel, artwork, music, sound effects, designing levels, and polishing the mechanics you've already implemented. Additionally, if you're unhappy with the result after 2 hours, you can just scrap it and work for another two hours on a different idea. In the end, you only lost two hours, and you'll still have 42 hours for all the other good stuff!
  6. Don't burn yourself out. Take good care of yourself physically. Get sleep. I know you only have 48 hours, but if you don't get between 6 and 8 hours of sleep at night, your brain can't work efficiently. You'll be so much more productive if you sleep well than if you try to work for 48 hours straight. Also, don't eat pizza and Mountain Dew. Eat fruits, vegetables, and drink lots of water.
  7. The right tool for the job is whatever you're most comfortable with. During this jam, you might hear a lot of people tell you to use this engine or that engine. Don't listen to their advice. There's a good argument for using just about every engine in existence. The best engine for this game jam is whichever one you're most comfortable with using, and whichever one you think you'll be the most productive with. Speaking of engines...
  8. DO NOT WRITE YOUR OWN ENGINE. Writing a game engine is an extremely complex task, and is often a multi-year project that requires lots of maintenance as the user base expands. I don't know anybody who could write an entire engine over a single weekend. Don't be afraid to rely on tools that other people have made. The goal is to make a game here, not to re-invent the wheel. If you're unsure about which game engine to use, at least start with one of the free ones: Unity, UE4, Xenko, Godot, Game Maker Studio, Construct. Xenko and Godot especially are free and open source, so there aren't any features stuck behind a pay-wall.
  9. Make sure your game compiles and runs as a stand-alone application at least 24 hours before the deadline. There's nothing worse than spending 47 hours working on a game just to find out that you can't build the project into an executable during the last hour and spending that whole last hour trying to get it to work. There are too many submissions each year that simply don't run or crash immediately when you open them, and I just think that's tragic. Read up on the documentation for your engine of choice and make sure you understand everything you need to do to get a build working. It will save you a lot of stress. Additionally, most engines don't just deliver a stand-alone application when you export your project into an executable. They often create an executable *and resource packages* containing all your game's assets and other data. You need to include all of these when you submit your project, or it often won't run. On the note of creating executable builds:
  10. Consider making a browser-playable version of your game. This is often well within the realm of possibility for a 48 hour game-jam game. Most modern game engines these days support exporting your game to HTML5 with little-to-no effort, and itch.io supports HTML5 games pretty seamlessly (even being able to pick up on which engine you used). The nice thing about browser games is that people have no excuse not to try your game. It's right there in browser. No downloads, no installation, no resource packages. Just open the page for your game and start playing. I think you're more likely to get feedback if your game is playable in browser.
  11. Make (or download) sound effects for your game. SO MUCH of what makes a game feel good to play is the sound design. Unless the game being silent is specifically part of the design, silence will make your game feel lifeless. Most sound design tools are pretty expensive these days, but you can use free tools like BFXR to generate sound effects (hell, I use BFXR in almost every game jam I participate in). Also, consider using freesound.org, where you can download hundreds of royalty-free sound effects for free and use them in your game with no problems. Finally...
  12. Remember to enjoy the process. Presumably, you're a game designer because you enjoy doing it. Don't be so focused on the end result that you forget to have fun during these crazy 48 hours. I'm not going to lie to you: your game will probably not make it into Mark's video. The GMTK jam is always the largest game jam on itch.io every year. I think there were well over 1,000 submissions last year. Odds are, Mark won't even have time to play your game. So, my advice is not to focus on that. Just focus on making a game that you're proud of, and enjoy the hell out of it, dammit!

Seriously fantastic advice, especially #5.

All of my thank you for #12. I was going to write something similar but you phrased it much better than I could have.

Am i crazy or was this exact thing said word for word in a comment on the announcement video?

(+1)

You're not crazy. I commented the same advice on Mark's announcement video :)

Submitted

Thanks you for your answers ^^

Submitted(+2)

PACE YOURSELF! Don't get burnt out before the deadline hits, and get good sleep. It's better to work for 28 hours in peak mental capacity, than to work 40 hours with your brain begging for a break.

Scale small. 

(1 edit)

#5 is actually called the 4:44 rule. Here is the video:

(+1)

If you've ever played Darkest Dungeon, that's pretty much how game jams go. The same strategies apply.


Anyway a more useful tip:


Personally I think my best tip is to just be sure to eat. My first game jam I didn't either eat or sleep. You need to do one of those to stay awake. It's better to sleep on purpose with an alarm and get back up than to fall asleep on the spot or let your brain get to a non-functional state. Just getting some food, especially if you can walk there to pick it up, will really help keep your brain working while you hammer out code for your overly ambitious project (not a slight, I just don't think there's ever been such a thing as a properly-scaled game jam game). If you have to pick one, I would say choose food over sleep. Both keep your brain working, but you can eat while you work, or take a food break with your team to discuss next moves, where everyone's progress is, and what features might still need cutting. Taking a break to discuss with your team helps keep everyone's productivity up and results in better cohesion in the actual game, so if you can do that while walking down to a nearby pizza place or corner store, that'll get everyone awake and with enough blood sugar to power through the crunch period at the end.


Yes, you could just grab a snack bar, yes you could get a pizza delivered, yes you could eat it while working, but I highly recommend using this as a team meeting, and, time allowing, walk to pick up the food to get everyone's blood pumping. Think of it as a sort of 'party buff'.

Thanks! I also needed some tips and came across this topic.

I am 3D designer 3Dsmax and I am looking for a team or programer atleast. Contact me on FB: Nikoleta Zhecheva

https://www.behance.net/nikoleta_zhecheva