I Made 15 CRAZY Wordle Variants

Поделиться
HTML-код
  • Опубликовано: 8 июл 2024
  • UPDATED game links in description! I created 15 unique Wordle spinoffs, with solutions ranging from words to not-words to numbers to code.
    All of My 15 Wordle Variants Explained in 90 Seconds: • My 15 Wordle Variants ...
    ALL GAME LINKS:
    1. Repeatle: repeatle.netlify.app/
    2. Worwordle: worwordle.netlify.app/
    3. Worwordle+: worwordleplus.netlify.app/
    4. Is That Even a Word? le: isthatevenawordle.netlify.app/
    5. Numerle: numerle.netlify.app/
    - Hard mode provides additional challenge to use past clues strategically to win in 6 tries
    6. Phone Numble: phonenumble.netlify.app/
    7. Bigramle: bigramle.netlify.app/
    8. Bigramle+: bigramleplus.netlify.app/
    9. Metalloidle: metalloidle.netlify.app/
    10. Verticle: verticle.netlify.app/
    - Unique hard mode mechanics
    - Playing on PC recommended (keyboard issues on mobile)
    11. Subredditle: subredditle.netlify.app/
    - Play any puzzle: subredditle.netlify.app/examp... (replace the 0 at the end with a number from 0-105)
    - Bonus puzzles: subredditle.netlify.app/bonus/0 (replace the 0 at the end with a number from 0-7)
    - Playing on PC recommended
    12. Usernamle: usernamle.netlify.app/
    - Playing on PC recommended
    13. Codle: codle0.netlify.app/
    - Play any puzzle: codle0.netlify.app/examples/0 (replace the 0 at the end with a number from 0-13)
    14. Caesardle: caesardle.netlify.app/
    15. Notwordle: notwordle0.netlify.app/
    - Unique hard mode mechanics
    - Playing on PC recommended
    All games built around 5-letter words will have their solution lists created utilizing the official NYT solution list.
    Bonus Repeatle puzzle:
    The optimal second guess in my game is not ATTIC! What is the best second guess instead? (There are 6 remaining words after SLEET. One word is relatively obscure, but was the answer for the recent Wordle 398.)
    Wordle template code: github.com/Compsciler/Wordle-...
    A huge thank you to GitHub user cwackerfuss for providing the initial Wordle web template on which I made my changes: github.com/cwackerfuss/react-...
    RUclipsrs playing Verticle:
    Scott Stro-solves: • Taking Wordle in a who...
    Nuglem: • Can you solve Wordle v...
    Daily TuTs: • Verticle is Vertical W...
    GeoJesser: • Some starting words in...
    Disclaimer: the Phone Numble solution is not a phone number in use (see en.wikipedia.org/wiki/List_of...)
    0:00 - Intro
    0:16 - Wordle Template
    1:51 - Repeatle
    3:06 - Worwordle
    4:36 - Worwordle Plus
    5:14 - Is That Even a Word? le
    6:48 - Numerle
    9:08 - Phone Numble
    10:28 - Bigramle
    11:03 - Bigramle Plus
    11:57 - Metalloidle
    12:37 - Verticle
    14:32 - Subredditle
    15:57 - Usernamle
    17:04 - Codle
    19:02 - Caesardle
    21:12 - Notwordle
    26:30 - Outro
    #wordle #verticle #notwordle
  • ИгрыИгры

Комментарии • 278

  • @wangle0
    @wangle0  Год назад +46

    I just released a new video of me explaining all the variants in 90 seconds: ruclips.net/video/e8AO9OmSGe4/видео.html
    A lot of you have been requesting features to add to the variants, so I will be rolling those out this and next week:
    Random unlimited puzzles
    Speedrun mode (tile reveal animations off)
    Notwordle:
    - Show word ladders after game is finished (for now use ceptimus.co.uk/wordladder.php)
    - Make 5-gray guesses gray on keyboard
    Subredditle and Codle:
    - Add new puzzles
    Take down my shameless channel plugs on three of the games
    New game coming?
    I won’t be making the Verticle word appear green in the bottom row upon winning or adding a way to guess the columns out of order any time soon, but if you are a developer and would like to implement it, feel free to open a pull request here: github.com/Compsciler/Verticle
    Thank you all for the support and feedback! Subscribe to get notified when the Wordle variant features are all complete!

    • @pyramidteam9961
      @pyramidteam9961 Год назад +3

      Virgin game dev company vs chad wangle
      |
      takes a year | rolls out great updates
      for a minor bug fix | within 2 months
      |
      doesn't listen to the | listens to what the
      community | fans ask for
      |

    • @LegoAndrew08
      @LegoAndrew08 Год назад +1

      2nd

  • @SuperBox_Ray
    @SuperBox_Ray Год назад +156

    The example on the 5th game is 69420. 4 is in the middle. 2 cannot be in spots 1, 2, 3, or 5, meaning the number is now XX42X. The 0 cannot go to spots 2, 3, or 4. It wouldn't make sense to put a 0 as the beginning number, so that means 0 goes to spot 5 making the number XX420. The 6 cannot go to spaces 2, 3, 4, or 5. Now the number is 6X420. Every other number except for 9 has been tested, leaving the 9 in spot 2 as the only option, making the number 69420.

    • @wangle0
      @wangle0  Год назад +70

      nice
      (I spent some time ensuring this was the only solution)

    • @maxybg
      @maxybg Год назад +8

      @@wangle0 my brain is too small for this

    • @monoc120
      @monoc120 Год назад +6

      *EXTREME MOANING AND SMOKING*

    • @lukehaussler3260
      @lukehaussler3260 Год назад

      Or it could also be 64420

    • @synymentaryx8023
      @synymentaryx8023 Год назад +2

      @@lukehaussler3260 no? there is only one 4

  • @zane49er51
    @zane49er51 Год назад +131

    A cool idea in the style of Codle: Regexle! In this variant each of your guesses can contain all the regex control characters and when you submit it, as well as the usual green/yellow, you also get some example of a character sequence that it's not matching and should, or that it is matching and shouldn't.

    • @wangle0
      @wangle0  Год назад +19

      That’s really creative, I like the idea! I might not have time (until the winter?) to make the game, so the floor is open to you or anyone else to build Regexle in the meantime (which I will definitely play).

    • @SunroseStudios
      @SunroseStudios Год назад

      haha we love this idea

    • @milk_cool
      @milk_cool Год назад

      And also all guesses should be valid regex'es

    • @aetimes2
      @aetimes2 Год назад

      I had a very similar idea a while back :(

    • @Emmanuel-vp1ot
      @Emmanuel-vp1ot Год назад +1

      Susus?

  • @Thebiggestgordon
    @Thebiggestgordon Год назад +19

    I recently coded my own variation - 3D wordle. You don’t just guess one word - you have to guess a 5x5 square of valid words reading horizontally AND vertically. Your guesses stack together to make a 5x5x5 cube in 3D and you can scroll through the different layers to see your guesses. Your guesses can be any letters in any order - I don’t force you to come up with a valid 5x5 grid every single guess. The game is already hard enough.

    • @wangle0
      @wangle0  Год назад +5

      That sounds amazing, I’ll try it out! Do you have the link/download?

    • @Thebiggestgordon
      @Thebiggestgordon Год назад +2

      @@wangle0 It's currently a python file sitting on my laptop. Now exams are over I might rewrite it in JS and put it online, if people want it.

    • @zgaming8721
      @zgaming8721 Год назад +5

      Dude- we want it.

    • @MichaelDarrow-tr1mn
      @MichaelDarrow-tr1mn 8 месяцев назад

      ain't that just the weekly squardle

  • @tornadothetwixter3186
    @tornadothetwixter3186 Год назад +93

    These games are pretty unique and interesting! Especially verticle and notwordle. I was just wondering if there was anyway you can add an unlimited mode!

    • @wangle0
      @wangle0  Год назад +13

      Thanks for playing! I’ll add random unlimited puzzles for all games sometime within two weeks and two years.

    • @tornadothetwixter3186
      @tornadothetwixter3186 Год назад +6

      @@wangle0 No problem, cant wait!

    • @TigerTask3
      @TigerTask3 Год назад +3

      @@wangle0 please let us know when it happens :/
      also i’m on iPad so no community posts

  • @aaron3440
    @aaron3440 Год назад +42

    Notwordle is my favourite out of these, an unlimited made would be amazing♥️

    • @falafel_83
      @falafel_83 Год назад

      Y0our favorite yet hardest to understand

  • @Swagpion
    @Swagpion Год назад +10

    For usernameal, if it ends with a 9, it is likely to be a year, or 69.

  • @cmyk8964
    @cmyk8964 Год назад +3

    Machoke is literally a Pokémon

  • @liamwhite3522
    @liamwhite3522 Год назад +8

    I was going to joke that Worwordle was just Pokémon Name Generatordle, and then Machoke was the answer for Worwordle+

  • @SolverTom
    @SolverTom Год назад +13

    Just stumbled across this. Wanted to say making 15 variants is crazy. Might have to speedrun these on my channel at some point!

    • @wangle0
      @wangle0  Год назад

      Thank you for watching! I worked on the games and video for the entire summer, and it was a heck of a lot of fun.
      I’m also planning to upload a few speedruns (starting with 15 game completion with any score)!
      I will be adding a speedrun mode (immediate guess color reveals) to the games by the end of the week.
      Best of luck on your channel and in your battle against me, if you dare. :)

    • @SolverTom
      @SolverTom Год назад +2

      Doesn't surprise me, certainly looks like a lot of work!
      To be honest I skipped through a lot of the video as I was worried they only have one solution and didn't want to spoil in case I want to run play them all. Are any of them 'daily' or only one puzzle each?
      Cheers

    • @wangle0
      @wangle0  Год назад +1

      No worries, all of them are daily puzzles with links in description! (I only spoil the first Codle puzzle at 17:04.)

  • @egon3705
    @egon3705 Год назад +3

    floatle
    for the purposes of the letter coloring, the word constantly switches between one letter off the grid to the left, and one letter off the grid to the right
    and if a letter is off the grid, it will display as grey

  • @cmhcoder
    @cmhcoder Год назад +24

    It would be cool (especially for chemistry nerds) if you expanded Metalloidle to the whole Periodic table. But there are 118 elements so it would take a lot of time though

    • @wangle0
      @wangle0  Год назад +9

      If you haven't played it yet, someone else made Periodle!
      heptaveegesimal.com/2022/periodle/

    • @cmhcoder
      @cmhcoder Год назад +1

      @@wangle0 Thanks!

    • @cmhcoder
      @cmhcoder Год назад +2

      Today's was KrYPtON lol

    • @chri-k
      @chri-k Год назад +3

      chemistry wordle: you guess organic molecules by structure ( given some use cases / properties / &c, to make it actually beatable, just like wordle has the criterion of “must be an English word” )

    • @keepyourshoesathedoor
      @keepyourshoesathedoor Год назад

      @@wangle0 thank you

  • @Marshall.R
    @Marshall.R Год назад +9

    Wouldn't be surprised if this had already been done before, but it would be really cool to see some kind of Minesweeperdle where a square is colored based on whether the guessed letter is present in it or the one/two squares next to it. Gray if it appears zero times, blue if one, green if two, red if three.

    • @Marshall.R
      @Marshall.R Год назад

      *Of course, the words would need to be longer than 5 letters for it to be possible to have 3 identical consecutive letters, but longer words would also make it more reminiscent of an actual Minesweeper board so it might work quite well

  • @th.nd.r
    @th.nd.r Год назад +6

    Favs: Worwordle, Verticle, Numerle, Bigramle

  • @Jaba01
    @Jaba01 Год назад +5

    This is fantastic! Good idea to link this page from the Verticle one, otherwise I'd never find this video and these variants :)
    Looking forward to try them! and for now, amazing job and inventiveness!

    • @Jaba01
      @Jaba01 Год назад +3

      Tried Notwordle and it is really really cool! I'm definitely adding it to my list :)
      If you are up for suggestions, I have two:
      - I think it'd be very handy to have the Scrabble values shows in the letter tiles in the keyboard (and words already used maybe). I had to play with a second tab on the side showing the scores, that it's not ideal...
      - it would be nice, at the end of the game, to see the word ladders that makes up the lengths shown in the guesses, maybe going with the mouse over the tiles
      but already as it is, very fun variant!

    • @wangle0
      @wangle0  Год назад +2

      Thank you for playing! I will try adding these suggestions to Notwordle, starting with a Scrabble point display or heatmap on the keyboard and words in the grid. If you want to view the word ladders, check out this website for now: ceptimus.co.uk/wordladder.php
      Let me know if you have any other feedback!

  • @bry2048
    @bry2048 Год назад +3

    You’re the maker of all these, I can’t believe this.. Found this video on recommends and thought you probably have like 100k subs or something, but you only have 38.. at least it became 39 now

  • @3eve0n
    @3eve0n Год назад +2

    love notwordle so much, easily my favorite of the bunch. Can't wait for an unlimited version.

  • @Chadner
    @Chadner Год назад +4

    Dude, I've played a bunch of them, Notwordle is my favorite, I look forward to playing it every day :)

  • @wangle0
    @wangle0  Год назад +24

    Thanks for the support everyone! New videos coming in ~7 days. Stay tuned!

    • @starp7675
      @starp7675 Год назад +3

      You are one of the most underrated youtubers I have seen

  • @TheDefB
    @TheDefB Год назад +1

    This is just incredible work! Great job!

  • @Manabender
    @Manabender Год назад +1

    This is insane and I love it.
    Minor side note: It may be unwise to use DIVERSE as an example for Worwordle Plus, since it is, itself, a valid 7-letter word. Or at least, it might be unwise to use it as the first example. To be as clear as possible, the first example should very obviously not be a 7-letter word.

  • @quirkyburger4090
    @quirkyburger4090 Год назад

    You deserve more subs. This is amazing! 😊

  • @lemmingyellow3888
    @lemmingyellow3888 Год назад +2

    I am a little addicted to wordle clones so this is.... Dangerous but in a fun good way. This is. Amazing work.

  • @ari90i
    @ari90i Год назад +4

    Looking at the production of this video I wouldn't have ever guessed you have only 40 subscribers. Keep it up man you're gonna blow up I'm sure

    • @wangle0
      @wangle0  Год назад

      Thanks! I’m glad my time in Premiere Pro editing paid off

    • @chri-k
      @chri-k Год назад

      wait he has only 400 subscribers

  • @maxganda08
    @maxganda08 Год назад

    You deserve more subs tbh
    Btw, new sub

  • @mnelsoncool
    @mnelsoncool Год назад +2

    For mettaloidle, it took a while but I found BASSES PATTERN CLICHE and FOHN for a start with no repeats. For worwordle, I found GRAPESKY, BATCHILD and AWFULMIN, and for bigramle+ I found UNENDING DELETION COSTALLY INTERIOR SEMANTIC CASIMERE and NEARLIER. Good games 👍

  • @CaptainoftheFacility
    @CaptainoftheFacility Год назад

    Man I've been thinking of wordle variants for while and this almost meets what I thought of. Simply put: Wordle+. Same as normal wordle, but after guessing the 5-letter word, a 6th column appears, as well as another row to get an extra guess. Previously used letters have half of their current colors cut in half and replaced with alternate colors to let you guess the bonus 6-letter word now.

  • @wangle0
    @wangle0  Год назад +33

    In the fourth game (6:36), you may have noticed something... a little _sus_
    Watch the following short to submerge yourself in the most intense psychological horror ever witnessed: ruclips.net/user/shortsSw9fKOcp9Sw ඞඞඞඞඞ
    (Pinning this for about a week, new videos coming this weekend?)

    • @clockworkdev
      @clockworkdev Год назад +2

      sus

    • @quirkyburger4090
      @quirkyburger4090 Год назад +2

      That’s pretty sus.

    • @priyanshupd6608
      @priyanshupd6608 Год назад +3

      susus
      susus
      susus
      susus
      susus

    • @mumtazniazi9877
      @mumtazniazi9877 Год назад +3

      i transleted susus to english and it said above so technically your acutally saying above

    • @bonkser
      @bonkser Год назад +1

      the grey and yellow square makes amogus

  • @TigerTask3
    @TigerTask3 Год назад +2

    Worwordle+: Machoke
    Every Pokémon Fan ever:
    Is That Even A Wordle?:
    Every young person ever:

  • @NeonGMD
    @NeonGMD Год назад +3

    “Its macho + choke”
    *pokemon mind activated*

  • @creative1479
    @creative1479 Год назад +1

    this is the most underrated coder on yt

  • @baroswista3504
    @baroswista3504 Год назад +3

    6:35 I guessed that while playing Quordle before. I kind of want Notworwordle, with the alphabet clue and book clue being split for the 2 words.

  • @benmichaelis8179
    @benmichaelis8179 Год назад +1

    It feels easy to use and is not glitchy at all. I like it.

  • @squirtleskiljack_2560
    @squirtleskiljack_2560 Год назад

    great video, you deserve so many more subs

  • @glowstonelovepad9294
    @glowstonelovepad9294 Год назад +4

    5:10
    That's a Pokemon

  • @TobyBW
    @TobyBW Год назад

    Love the video. One recommendation I have is to get a pop filter/better microphone and/or use a de-esser on your audio. Especially since your content does not involve a camera, the audio can make a big difference.

  • @Thebiggestgordon
    @Thebiggestgordon Год назад

    I love caesardle. Seeing the letters slide is so satisfying.

  • @deanoplayzgamez
    @deanoplayzgamez Год назад +3

    oooh i may check these outs!

  • @vasudevjs2468
    @vasudevjs2468 Год назад +1

    Definitely going to play some of these😃

  • @MrZorx
    @MrZorx Год назад

    This is pretty cool. I’ll probably be recommending these to some RUclipsrs I watch like Scott StroSolves and Solver Tom.

  • @eddieni5197
    @eddieni5197 Год назад +2

    Awesome job!

  • @yuanwang6914
    @yuanwang6914 Год назад

    indeed crazy! I really like the vertical one. it took me a while to get used to, but quite fun.

  • @beeholland5946
    @beeholland5946 Год назад

    Ooh, there are bonus -features- puzzles!

  • @runaavotegelatin8757
    @runaavotegelatin8757 Год назад +1

    6:38 wangle: susus? Among us: you are sus Wangle: that’s pretty sus…

  • @reallyquietgamer
    @reallyquietgamer Год назад

    Amazing video it needs more recognition

  • @quixotic333
    @quixotic333 Год назад

    i loooooved this video!!

  • @SpinierYard212
    @SpinierYard212 Год назад

    Good video, very underrated!

  • @furretwalky
    @furretwalky Год назад +1

    Jeez, not even 4.5 thousand views? This stuff's amazing!

  • @tylerwatts4258
    @tylerwatts4258 Год назад +2

    As soon as they started subredditle I knew it was "birdsarentreal"

  • @geeteevee7667
    @geeteevee7667 3 месяца назад

    4:42 i like how diverse is an actual word (diver + verse)

  • @An_Ordinary_Fox
    @An_Ordinary_Fox Год назад

    There is a brazilian version of wordle version called Termoo and it also has versions that you guess 2 or 4 words and the regular 1

  • @KoolLeo11
    @KoolLeo11 Год назад

    I love how you made Machoke

  • @isabellaharrison8041
    @isabellaharrison8041 Год назад

    This is amazing i have all the apps and websites love it

  • @surelyred
    @surelyred Год назад

    Great video!

  • @bluekwyrm
    @bluekwyrm Год назад +1

    These are epic! Could I get permission to show these variants in a stream?
    As for suggestions... I never really like those 'one per day' kind of puzzles. Like, if I want to puzzle, I don't want to stop once I get the hang of it. But that's just me and wordle itself of course has that, too. So it's probably better to not change it.

  • @j-man4317
    @j-man4317 Год назад +2

    Hi just a suggestion for the notawordle, my suggestion is maybe a unlimited mode to notawordle

  • @FllipersOffical
    @FllipersOffical Год назад +2

    Can we please have a tutorial it would be brilliant

    • @wangle0
      @wangle0  Год назад

      I have the Wordle template and instructions to use it in the description!
      I will be releasing a video tutorial in about a month!

  • @mumtazniazi9877
    @mumtazniazi9877 Год назад

    I completed worwordle and it was the first varient i acutally completed!😊

  • @NoahGooder
    @NoahGooder Год назад +1

    your thumbnail looks like a drunk periodic table

  • @axar1114
    @axar1114 Год назад

    You are very cool and underrated AND smart 👍

  • @mite3959
    @mite3959 Год назад +1

    Machoke had me dying!

  • @mile.9768
    @mile.9768 Год назад +3

    I love codle! I wish I could get more puzzles more often!

    • @wangle0
      @wangle0  Год назад +1

      New puzzle coming soon? ¯\_(ツ)_/¯

    • @chri-k
      @chri-k Год назад

      @@wangle0 i would like to inform you that on the brainf*ck example (#10), the “code” link points to the wrong place

  • @lazersword
    @lazersword Год назад

    The is that even a word? le awnser skit is very funny

  • @kevinyan4438
    @kevinyan4438 Год назад

    subbed, also in numerle i got the first 2 digits green like holy cow what luck

  • @jimmyfitz-etc7031
    @jimmyfitz-etc7031 Год назад

    i really like notwordle i think thats my favorite!! do you thjnk you could make replayable versions of these games? (as in you dont have to wait for the next day)

  • @kierontheordinarynumberblo2191
    @kierontheordinarynumberblo2191 Год назад +1

    Is nobody talking about how Wangle says and I quote "MAMMAMMMA"?

  • @hereticism3202
    @hereticism3202 Год назад

    5:14
    yooo xylyl one of my favorite words lmao

  • @srdjan112
    @srdjan112 Год назад

    Wangle: Next up is Verticle a perfectly normal Wordle game
    Me: But it's a 5x5 with a single row down

  • @maxybg
    @maxybg Год назад +2

    15:50 oats jenkins moment

    • @wangle0
      @wangle0  Год назад

      Bird from Egypt, more like
      Government drone from Egypt

  • @Imgoingtocrytorches
    @Imgoingtocrytorches Год назад

    Man's go a big brain

  • @piguyn
    @piguyn Год назад +2

    wow notwordle is phenomenal. echoing other comments here: i so badly want a free play version

  • @Mynameishassan0
    @Mynameishassan0 Год назад

    i like how in wordordle + you can easily get a pokemon name like machoke

  • @bartoszkrajewski5003
    @bartoszkrajewski5003 Год назад

    Yo man I saw your video and instantly click on it. Untill I saw you're subs count I was thinking you're like, really big worlde youtuber, because of quaility of this really good video! If algorithm of youtube will "like you" then you've got a bright future!

  • @Chevron581
    @Chevron581 Год назад

    I like the bass boosted sound of him saying susus

  • @PokeNebula
    @PokeNebula Год назад

    Codle is SO FUCKING FUN. I consumed all 14 example puzzles. I want more.

  • @Xnoob545
    @Xnoob545 Год назад

    15:40 when i saw description, I got it in first guess

  • @redinator5
    @redinator5 Год назад +1

    “Flametal” reminded me of the RUclipsr “GaMetal”

  • @goatgamer001
    @goatgamer001 Год назад

    many pokemon games are worwodle candidates as they are usually mixes of two words

  • @Teneab
    @Teneab Год назад +1

    I love worwordle and have been playing it everyday for a while, is there any way you can add an unlimited mode and a speed run mode, in the speedrun mode there would be a timer and no animation

    • @wangle0
      @wangle0  Год назад

      I’m glad you’re enjoying it! I’m working on an unlimited mode and a speedrun mode at the moment!

    • @Teneab
      @Teneab Год назад

      @@wangle0 ok great thanks

  • @jki7449
    @jki7449 Год назад

    Idk why, but i have this feeling, that that phone number has a rickroll

  • @aureicaurea2230
    @aureicaurea2230 Год назад

    A cool wordle could be hexdle, where you need to figure out the hexcode.

  • @AWSMcube
    @AWSMcube Год назад

    how the hell do you only have 540 subs bruh

  • @томни
    @томни Год назад

    New idea:worworwordle.
    It is just like worwordle, but with 3 words, and like usernamal, it will give you some helpful letters.

  • @joyli9893
    @joyli9893 Год назад

    18:48 for (x = 1; x < 10; x++) { // a for loop in JavaScript

  • @FeeN0mene
    @FeeN0mene Год назад

    Machoke is a pokemon, it's funny to find this "word" as a wordle answer

  • @LegoAndrew08
    @LegoAndrew08 Год назад +1

    My word for caesardle was PIVOT. with a shift of 13

  • @genesis209_gd
    @genesis209_gd Год назад

    A version of mettaloidle would be cool with the entire periodic table.

    • @wangle0
      @wangle0  Год назад

      Check out Periodle!
      heptaveegesimal.com/2022/periodle/

  • @mariachrzski18
    @mariachrzski18 Год назад

    Me being a chem nerd looooves the element one

  • @doshi6311
    @doshi6311 Год назад

    i cant believe you have only 69 subscribers

  • @shavranotheferanox7809
    @shavranotheferanox7809 Год назад +1

    Great idea, may i give you 1 small tip for future recordings: try to find a way to mask your "s" sounds, they are quite high and sharp and it hurted my ears a bit

  • @nicolajhougaard
    @nicolajhougaard Год назад

    Musicians at codle:
    I understood that reference!

  • @MikoDerp
    @MikoDerp Год назад

    i did repeatle and started with sleet and slee were right so i knew it was sleep and got second guess repeatle

  • @flleaf
    @flleaf Год назад

    i was so sleepy when the last part i was couldn't any words

    • @flleaf
      @flleaf Год назад

      holy shit what did i just write this is so funny

  • @emaany1839
    @emaany1839 Год назад

    Palindromle and elmordnilap:
    Palindromle: only palindromes are allowed
    Elmordlinap: only semordnilaps allowed

  • @toast_in_a_bucket7803
    @toast_in_a_bucket7803 Год назад

    Worwordle is basically "Make pokémon names"

  • @points7676
    @points7676 Год назад

    For Metalloidle, I guessed COIN, and it was really good. It had all the same letters. I knew that there was only one other word it could be...
    Make a guess.

    • @jellomochas
      @jellomochas Год назад

      CION, CONI, and ICON are all words, but the solution is knowable from the green letters.

  • @yablock7346
    @yablock7346 Год назад

    Verticle hurt my brain

  • @thescratchguy428
    @thescratchguy428 Год назад

    im ur 946th subscriber

  • @purpleleyt
    @purpleleyt Год назад

    can you make a variant where it's not daily and generates a new word every time you beat it

  • @breadisyummy_
    @breadisyummy_ Год назад

    “Macho plus choke”
    Something sounds familiar