Rest in Peace Game of the Year 2022

  • RNAi [he/him]
    ·
    edit-2
    3 years ago

    Bruh you can make your own in python in 10 minutes max.

    Shit. I'm gonna do it. Give me a secondm

    # Requires python module 'nltk', run these two lines in a terminal 
    ## python3 -m pip install nltk
    ## python3 -c "import nltk; nltk.download('words')"
    
    from nltk.corpus import words
    word_list = words.words()
    flws=[]
    for i in word_list:
        if len(i)==5: flws.append(i.lower())
    
    import random
    def wordle():
        print('Start guessing')
        cw=random.choice(flws)
        t=0
        while t<6:
            e=input()
            if e in flws:
                if cw==e:
                    print('√√√√√\nYou won!')
                    break
                else:
                    out=''
                    for l in range(len(e)):
                        if e[l] in cw:
                            if e[l]==cw[l]: out+='√'
                            else: out+='~'
                        else: out+='x'
                    print(out)
                    t+=1
            else:
                print('Word not in dictionary')
    
        if t<6: 
            print('GG, again? Y/N')
        else: 
            print('Correct answer was "'+cw+'", wanna play again? Y/N')
        ans=input()
        if ans in ['Y','y']:
            return(wordle())
        else: return('Bye')
    
    wordle()
    
        • RNAi [he/him]
          ·
          3 years ago

          But literally anyone and their grandma can make their own version, this is like paying a lot of money to the person who invented tic-tac-toe

          • Janked [he/him]
            ·
            3 years ago

            The real reason it's popular is because it's a shared experience, everyone is doing the same puzzle - like the NYT Crossword.

            That combined with the emoji sharing helped it become viral, you aren't just doing a word game - you're doing today's specific Wordle puzzle and sharing your results (without spoilers because of the emojis) with your friends/family.

            • RNAi [he/him]
              ·
              3 years ago

              Does it have copyright and shit? Cuz if its not a trademark or whatever and anyone can use "wordle" as name, then, again, they are fucked.

              • spectre [he/him]
                ·
                edit-2
                3 years ago

                That's not really true tbh, if someone created an online word game called "Wordle" and was under the jurisdiction of the US courts, it would probably be enforced without registering the trademark and all the paperwork

      • RNAi [he/him]
        ·
        3 years ago

        It's garbage tho, the fuck is a genep?

          • RNAi [he/him]
            ·
            3 years ago

            I don't know but it showed up in the knlt dictionary

      • RNAi [he/him]
        ·
        edit-2
        3 years ago

        For the lexicon, just extract all 6 letters words from all the leftist theory online.

  • Deadend [he/him]
    ·
    3 years ago

    Wow, right as the trend was dying.

    Good fucking move by the creators of Wordle. Bad news for people who enjoy playing Wordle in the future.

  • Link [comrade/them]
    ·
    edit-2
    3 years ago

    Fun fact: The creator of Wordle is a :reddit-logo: admin. His username is powerlanguage.

  • Mother [any]
    ·
    3 years ago

    Fuck off god dammit capitalism why can’t I have just one nice fucking thing

  • Huldra [they/them, it/its]
    ·
    3 years ago

    No way, the game everyone has been marketing for free for like a month got bought up?

    Maybe now slightly less people will spam this shit lmao.

  • Mother [any]
    ·
    3 years ago

    This shit should be easy enough to clone and host on a Russian server let’s go nerds

    • regul [any]
      ·
      3 years ago

      It's been cloned like a billion times already.

    • PeludoPorFavor [he/him]
      ·
      3 years ago

      i already had downloaded an app for it a few days into playing cuz i wanted practice and more than one game a day,

  • emizeko [they/them]
    ·
    3 years ago

    lol I remember when I first heard about this and the phrase "the author has resisted attempts to monetize it" was uttered

  • star_wraith [he/him]
    ·
    3 years ago

    Watch this thing get bloated up. As someone who was using the internet in early 00s, you know why google got big? IMO because the home page was minimal, simple, and fast to load. I don't remember the actual search results being much better. But AOL, Lycos, Altavista... they all loaded up their sites with bullshit that just assaulted your eyeballs.

    People like stuff that's simple and just works. They don't like barriers to access. NYT will ruin this like how capitalists ruin everything: monetization makes things worse a lot of the time and ignores the fundamental reasons why people like things.

    • UlyssesT [he/him]
      ·
      3 years ago

      I used to use ICQ. I'm old.

      Many years ago, after many years of not using it, I tried it again just for curiosity's sake and it was a bloated horrible mess of malware and obnoxious ads.

    • zifnab25 [he/him, any]
      ·
      3 years ago

      NYT will ruin this like how capitalists ruin everything

      Wordle was designed to be ruined. It was a gimmicky game that got a ton of press for no discernible reason. The endless hype was predicated on the app being sold for some comically obscene figure. Now that its got people on the bandwagon for at least the next few months, time to monetize the fuck out of it before people realize they're just playing a very shitty crossword puzzle.