VinroyIsViral

Okay, I actually completed a game this month! Crazy!

A “shame” I also got a million more games via bundles, HEAVILY trading, and my influencer stuff… I’m actually a bit worried about if I have a problem at this point…

Also, if there is any way to make these headers also act as a spoiler in markdown, then I would love advice on how to do that… as the added games section is a bit massive :D

Games I Have Fully Completed
  • Pacific Drive

    45.3 hours playtime

    49 of 49 achievements

  • Nubby's Number Factory

    2.7 hours playtime

    no achievements

Games I've Made Progress On
Games Added This Month
fernandopa

Great news - you got GNOG, a game you can beat in one sitting and is an absolute blast. It’s one of those games I truly wish I could play for the first time again, it’s so good.

On the other hand, I did not enjoy The Citadel at all. The pace is just a bit off for me. It is super tactical, but sometimes the level design force you to play it as an arcade shooter, and the systems just don’t gel. I … did nto like it at all.

I have Ghost 1.0, Molek-Syntez and Cookie Cutter high on my backlog. Let me know if you play any of those soon, I’d love to hear your thoughts!

VinroyIsViral

Ngl, idk if I’ll be playing them anytime soon, but when I do, I’ll be sure to let you know! Also, I saw your review for The Citadel. It isn’t too high up my list, as I mostly got it as trade filler in a large trade, but hopefully it isn’t that bad of an experience for me…

As for GNOG, it definitely seemed like that sort of game, so I’ll be interested in seeing how it pans out when I play it!

Zelrune

Congratulations on your assassinati- oh lawd, look at that backlog growth. Some nice looking games though, I loved “Dredge” and heard In “Stars And Time” is good.
Ooh! Pacific Drive!! 45 hours, what a game. I love watching people play it and drive screaming away from some insane physics complication and hitting trees.

VinroyIsViral

Thank you, LOL! I could’ve maybe gotten more done, but Pacific Drive took a fair bit of time to assassinate. There is no way I could’ve beaten enough to make up for my backlog growth this month, but… yeah! Pacific Drive was a nice game, and those two games you mentioned, I am looking forward to playing. They’re both so cool in concept to me :)

coleypollockfilet

Uuuh the games added ! :p
Congratz for Pacific Drive ! ;)

VinroyIsViral

Thank you, haha! This was… quite a month for NEGATIVE progress :D

86maylin

So to collapse content inside something, what you’re gonna want to do is add data-toggle="collapse" data-target="#UNIQUEID" to the “button” div, so in your case it will be something like:

<div data-toggle="collapse" data-target="#UNIQUEID" style="position: relative; width: 100%; padding: 1.2rem 2rem; font-size: 1.5rem; font-weight: bold; color: #4c2882; background-color: #f3e8ff; border-left: 12px solid #c084fc; border-radius: 8px; box-sizing: border-box; overflow: hidden;">
  <span style="position: relative; z-index: 2;">
    Games Added This Month
  </span>
  <div style="position: absolute; bottom: 0; left: 0; height: 8px; width: 100%; background: linear-gradient(to right, #c084fc, transparent); opacity: 0.5; animation: pastelFade 6s ease-in-out infinite alternate; z-index: 1;"></div>
</div>

And then to link the content that you want to collapse, you need to write something like this after the “button”:

<div id="UNIQUEID" class="collapse">
CONTENT HERE
</div>

The UNIQUEID links the “button” to the cooresponding content so replace UNIQUEID with something unique, just so when you click on the “button”, there won’t be another content on the same web page that will get uncollapsed. Replace CONTENT HERE with the content you want to put in ofc. :)
You probably also want to add a down arrow somewhere on the “button” so that people know it can be clicked on.

VinroyIsViral

That worked like a charm! Thank you so much! I’ve fully implemented it into my post for next month. I may not have the arrow formatted in a way for it to rotate when you extend/collapse the header but that’s the least of my worries rn, LOL!

86maylin

You’re welcome! From the games added I’ve only played Scanner Sombre, and I can definitely recommend it if you don’t mind walking simulators. It’s a very unique experience. :3

VinroyIsViral

Yeah, it definitely looked very interesting! What put me off from it for so long, even after seeing it in SG giveaways all the time for years, was the fact that it doesn’t have achievements, but my friend had an extra key, so I figured I may as well make use of it ;)