Oh dear god
We thought it would take place in 10 days, not 3... and we are using a castum game engine...
R.I.P
We thought it would take place in 10 days, not 3... and we are using a castum game engine...
R.I.P
We really liked these! Even more than the first round.
Really interesting themes.
Heya I would love to talk to a couple of artists who might like to join my team that I’ve been putting together.
I don’t want to spam the timeline too much more, so here’s a link to the previous time I posted for the team.
Hope to hear from you soon! And good luck to everyone else doing LD this weekend woohoo!
https://ldjam.com/events/ludum-dare/47/$212996/recruiting-artists-and-coders

I was browsing /r/godot and found a post mentioning Ludum Dare. Found out it's already coming this weekend. I thought the jam will be on mid or end of October. Almost missed it, thank God I was reminded!
This is my fourth Jam, but this time I don't have a team :(
Hello, I am looking to do my 6th jam with someone new as usual, if you're an artist or a sound guy please contact me on discord. Préda#2026

Hello I am in again using Unity,
Last time I gave birth to this thing:

It was painful, but I did learn I need to make the next game more fun, and easier to control.... lets see what happens...
If anyone would like to work with me this weekend, I am happy to join up (espcially if you would like to help with Music / Sound Effects)
That's the special number!
Anyway, I'm back in, after many years of "I should finish my other projects first". Not that I've finished them since.
(That was "Goatz", for LD25. It was also never finished, but goats are cute.)
cant wait only 3 days and really nice that its a weekend
also play against yourself is my favourite theme i really hope we get it

Hi guys!
Just made a size changing button in pygame!

I can't wait for Ludum Dare 47 this October. Some themes I hope we get are, "60 seconds to prepare", "Wait are we the bad guys?", and "Play against yourself" This is also my first time participating in a game jam, so I would love to see how I react to developing a game in such a short timespan.

I haven't made a game in 3 years, so I think I'll go for something a bit simpler this time, maybe a MMORPG of some sort. I think I'm in a good position to win this one
The week leading up to LD JAM is perfect for learning something new.
A few Unity based tools I've taken some time to learn are as follows: - ProBuilder - Tilemap - Cinemachine - ShaderGraph
If you need a quick level for your character to run around on and you don't have experience with 3D modeling tools then ProBuilder gives you the ability to quickly throw something together.
It does require some basic knowledge on 3D modeling, such as faces, vertices, and edges. However, a quick youtube tutorial should get you building a rough 3D level in less than an hour.
For people with 3D modeling experience, it should be a way to rough in the shapes you want and I believe you can also export/import between your chosen modeling program to do more precise work if needed.
I do have some experience with Blender but I can see this tool being useful.
The 2D overhaul that Unity got a while ago made building levels and handling 2D grids a bit easier. One of my past experiments was to make a 2D level generator that I may make use of this LD. It uses the Tilemap to handle the grid portion of the level.

I've spent days working on a camera controller before that I still was not happy with. Turns out if you import Cinemachine and do a bit of setup that can be condensed into a 15 minute youtube tutorial then you can have a robust camera controller.
You can make it very smart or very simple. That is also just the surface of what Cinemachine has to offer.
You can make the perfect game, but if it doesn't look nice then it won't get the attention it deserves. Some quick research into ShaderGraph can net you some nice visual effects to use on your level or character.
A part of game jams for me is getting better at programming. This means getting into more advanced topics and writing smarter more reusable code. Each game jam the character, enemy, and game mechanics you write should be better than the last. You can make use of proper coding practices during the jam and benefit from time saved needing to rewrite the same code or issues during troubleshooting.
When you have a lot of repeated code then it is time to look into inheritance. The most obvious example for action games is the Enemy class.
All or most enemies are going to have health, an attack, movement, etc.
With inheritance you can simplify accessing these shared methods and properties and avoid issues with over complicated checks.
Example 1: Player has hit an enemy, meaning you have to access that enemy's health system. If you make a unique class that shares nothing with other enemies then you need to check which enemy it is and then access that enemy's specific class. If you use inheritance and they all share an Enemy class from inheritance, then you just grab a reference to their Enemy class.
An interface allows you to share common methods in addition to inherited ones.
Similar to the Inheritance example, when you hit an enemy you are damaging it. If your player can be damaged, enemies can be damaged, items in the level can be damaged, or other things can be damaged then you might want to make an interface for it.
If you've ever looked into pathfinding or are into the more advanced parts of game development then you know that Nodes are something that come up often.
A node is faster to use than List because of how it is stored and accessed. Optimized performance isn't important for a game jam that lasts 2-3 days, but it has other uses.
Pathfinding with A* can use nodes to connect two points on a map for the quickest path while avoiding obstacles. This means your enemy can walk around a wall instead of walking into the wall.
Simply put, quite a few common algorithms make use of Nodes so a basic understanding of them could allow you to make your games a little more advanced. Enemies that can properly track you, a 2D grid for turn based strategy games having path highlighting, and anything to do with grids will benefit from this knowledge.
Keep an archive of your scripts from past jams as reference. Over time they will improve and can be used in a large variety of different projects. Many large game companies reuse code because why reinvent the wheel every time you need one?

'start with everything, end with nothing.' Not a great suggestion but cool that it got through

So far I've participated in two Ludum Dare : LD42 and LD46. With LD47 coming up this weekend it was high time that I published my long overdue :grin: write-up on my previous participations:
https://blog.vnmis.net/a-tale-of-two-games/
Maybe some of you will find it of interest :wink:. Have fun all with LD47 !
Hello, I am looking to do my 6th jam with someone new as usual, if you’re an artist or a sound guy please contact me on discord. Préda#2026