You are viewing a single thread.
View all comments View context
81 points

That’s in game.load_dlc() we opted not to include that until our game is already beloved on steam.

permalink
report
parent
reply
20 points

Make sure to add mandatory EGS accounts later.

permalink
report
parent
reply
20 points

EGS? Oh, no. We don’t do that here. We’re more along the lines of:

permalink
report
parent
reply
5 points
if date.today() - RELEASE_DATE > timedelta(days=90):
    try:
        game.prompt_user_to_connect_3rd_party_account()
    except PlayerRefusal:
        sys.exit(0)
permalink
report
parent
reply

Programmer Humor

!programmer_humor@programming.dev

Create post

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics

Community stats

  • 3.5K

    Monthly active users

  • 1.1K

    Posts

  • 39K

    Comments