Alright, so this was my first time participating in the Ludum Dare, or any game jam for that matter.
Here's the link for my entry:
https://ldjam.com/events/ludum-dare/40/infected-pong
I made a game called "Infected Pong", and it is exactly what it sounds like: Pong + Viruses.
My girlfriend came up with the idea of having a game where your computer is infected with viruses and you have to deal with that somehow. I really liked that idea, but I wanted something more, something more challenging! So I thought about adding a game of Pong in the background!

So I started off by designing the main idea which was to have viruses to pop up in the screen. A simple coroutine did the trick to simulate that. You just had to click a cross button in the top to get rid of it, simple stuff.
Then, I went ahead and implemented Pong playing in the background, which was simple because I made Pong to practice a few days earlier, so the code was fresh on my mind.

I felt like the game was a bit tedious as it was so I wanted to add some sort of anti-virus that would contain upgrades to help the player. This was a bit more tricky because I had trouble thinking in what upgrades I wanted to implement. Eventually I came up with 4 simple upgrades and I figured that that would do.

So that was all the logic done! On to the graphics and sounds.
I wanted to simulate a windows UI, so I made the little hills with the sun as the background and created the "Anadma" (Which is another game that I made), "Waterfox" and "Folder" shortcuts so that it actually felt like its own computer.

I think this is when I stopped for Day1.
For Day2, I didn't have much left to do, so I polished some physics, added 2 other types of Viruses, added some more graphics and made the music and sound effects, which I'm quite proud of.
It was tons of fun! There's a reason for why experienced developers recommend game jams for beginners. It helps you with dealing with stress and deadlines, you'll have a theme to get an idea so you don't get stuck in that process, you meet lots and lots of people who can make incredible games and are willing to rate yours in the process!
It's an amazing experience and I do recommend it to all the beginners, even if you don't feel all that confident!
I speak about this and more in my blog entry, check it out if you're interested! http://philltalksabout.blogspot.co.uk/2017/12/dev-journal-1.html