
Can of Words
Find words in your alphabet soup in 10 game modes.
Game Modes
Each game mode has their own small variation, the web demo only contains Alphabet Soup and Loop Soup. All modes require words to be at least 3 letters.
- Alphabet Soup - main mode, 4x4 grid and 2 minutes, pick only adjacent letters
- Smol Soup - smaller grid, less time
- Loop Soup - 7 letters that can be chosen in any order
- Halfabet Soup - uses only half the alphabet on a 4x3 grid
- Fly Soup - umm, waiter! there's a fly in my soup that's blocking my letters
- Soupagon - only 3 letter words that give 1 second on a small hexagon grid
- Crumbly Soup - letters are slowly swapped out
- Tower Soup - each word ascends you up the letter tower (bottom row of letters is removed)
- Four Soup - 4 letter words only (no easy 3 letter words here)
- Zen Soup - take your time and end the round when you fell like your done
Game Seed
Each game mode (except Soupagon) can be assigned a seed to generate the letters. This is chosen before
- Random - for quickly starting a game
- Daily - single attempt seed that is generated based on the day
- Seeded - allows choosing a custom seed value, even sharing one to compete with friends!
Keyboard
- Use the enter and arrow keys to navigate the menus
- In game, type the words you see and press enter to submit
- Use backspace to remove last valid letter
Mouse / Touchscreen
- Click/tap the cans and buttons in order to select them
- In game, click/tap and hold the first letter to start selecting letters for a word
- Move/swipe over unselected letters to add it to the word your building
- Release to submit the word
Purchase
Buy Now$4.00 USD or more
In order to download this Soup you must purchase it at or above the minimum price of $4 USD. You will get access to the following files:
Can of Words v1.1 - Windows 1.2 MB
Can of Words v1.1 - Mac 7.7 MB
Can of Words v1.1 - Linux 1 MB
Can of Words v1.1 - Rasberry pi 2.4 MB
Can of Words v1.1 - Pico-8 Carts 640 kB
Development log
- Can of Words v1.1 Update12 days ago
Comments
Log in with itch.io to leave a comment.
im addiced also love how in game it looks like its in the bowl!! great game !
Incredible UX! I can't believe how smooth everything looks, coupled with a simple yet efficient design.
I seem to have a problem: my cursor becomes invisible when it enters the game. I’m using Chrome/Windows 11.
The game uses it’s own cursor graphics, which might be hidden for some reason.
Though it first determines if the in-game cursor should show up at the computer cursor’s position by checking if the cursor position changed over 5 frames. It could be either your mouse or chrome failing to update the cursor position on 1 frame. (This check is mostly to prevent the cursor showing up while playing on a phone, which is hard to detect on pico-8.)
Another reason why it’s not showing up is that your keyboard might have a key detected as held for some reason. I noticed the in-game cursor is hiding when the cursor isn’t moving, or just flickering. (This check is so that the cursor hides when using the keyboard instead of the mouse.)
If you still don’t see the cursor at all, I’ll probably adjust the check.
What an awesome game! As a former and potentially relapsing Word Play addict, I very much enjoyed it. Love the juicy animations too, congrats Werxzy!
I tried to buy the full version, but I couldn't find it, there was only clothes. (Plot twist: I'm at Clothes and I'm trying to buy soup at the clothing store)
Hi, it’s excellent, well done, congratulations !
Pretty neat! Controller controls would be pretty cool so I could run this on a pocket handheld (which I actually already do with other Pico8 titles already)!
While it might be nice to have the option, full controller inputs would just be at a strong disadvantage as well as not working that well with diagonals.
It's hard to beat keyboard; I'll give you that much :D You're probably right, but I feel like I'm gonna be chewing on creative alternatives to this anyway
Gameplay reminds me of this one microsoft game that I used to play on my Windows Phone called Wordament, and theaming of this fits so well
Awesome game! If possible I would like to see the letters while watching the wordlist so I can kind of see how/why I missed some stuff :)
Good idea. I’ll see if I can fit that feature in.
Wow, I'm once again reminded of the fact that I really suck at word games! I'd like to see the word I'm building, if I could? When I'm going backwards and such I have a hard time spelling, because I am dumb and bad at these games. No pressure, I'm sure I'm not your target audience, but check out Word Stacks on Google Play if you want to see what I mean, I find the ability to view the word I'm building helps me out a lot.
Also this game is GORGEOUSLY polished, absolutely well done!
Thank you!
Hmm, I might be able to fit that in. The word won’t appear very big though. Probably the size of the words that appear on the bottom.
If you think you can fit it in, that would definitely help out people like me see the word as they're spelling it! Could be something that gets turned on or off in setting if you think most people wouldn't care for it.
How does this look?
oh that's perfect!! thank you so much for your effort and consideration!
I played the update, it's awesome!! Thank you so much!
Really enjoying the game! Just feels like vowels are a bit too rare in random mode.
Thanks! letter generation IS weighted to favor specific letters like vowels a bit, but it mostly comes down to if enough words are found in the grid. Most modes expect around 60 words. If not enough are found, then a new grid is generated. I didn’t want it to be too high or else have the player wait a long time for a valid grid to be generated.