New game uploaded: Word Slide!

All aspects of programming on the Commander X16.
SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

New game uploaded: Word Slide!

Post by SlithyMatt »




Word Slide!




View File






You get six chances to guess the secret word. It is one of about 2500 commonly-used English words with exactly 5 letters. Just type the word and hit RETURN/ENTER to see if you guessed it correctly. If you had any letters in the correct position, they will be highlighted as green. If you guessed a letter that is in the secret word, but in the wrong position, it will be yellow. Any letters that aren't highlighted are not in the secret word, so you can eliminate those from later guesses.

For more information and the code (which also can be built for the Commodore 64), check out the repo on GitHub: https://github.com/SlithyMatt/cbm-wordslide

If you see any apparent bugs, or words that should or shouldn't be included in the list, please enter an issue on GitHub, or a pull request with your own fix -- adding or removing words from the list (2500words.txt) is trivial, and an easy way to contribute to this project!






 
SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

New game uploaded: Word Slide!

Post by SlithyMatt »


This is in active beta testing before I make a video and start sharing this project with the X16 Facebook group and the wider Commodore community. The biggest need is to refine the word list. I keep finding common words that aren't in the list, and some that are in the list are so obscure even a crossword addict like me has never seen them. I started with a list of 2500 words from an English as a Second Language (ESL) site, with the intent on having words that even non-native speakers should be able to know. Please enter any issues and/or pull requests you may have on GitHub (linked above).  Thanks!

SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

New game uploaded: Word Slide!

Post by SlithyMatt »


I made a lot of revisions to the word list, including a lot of very common words that were missing. Everything added through yesterday (with a big thanks to the X16 Discord community) is now playable in the web emulator.

User avatar
desertfish
Posts: 1123
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

New game uploaded: Word Slide!

Post by desertfish »


SASSY !

kelli217
Posts: 542
Joined: Sun Jul 05, 2020 11:27 pm

New game uploaded: Word Slide!

Post by kelli217 »


BLEAK

Well, you can tell it was developed in the 2020s. ?

Edmond D
Posts: 500
Joined: Thu Aug 19, 2021 1:42 am

New game uploaded: Word Slide!

Post by Edmond D »



On 1/21/2022 at 9:49 AM, kelli217 said:




BLEAK



Well, you can tell it was developed in the 2020s. ?



It didn't like the word COVID, but then who does? ?

SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

New game uploaded: Word Slide!

Post by SlithyMatt »


Video now public on YouTube: 





 

 

User avatar
Strider
Posts: 522
Joined: Thu Sep 03, 2020 4:34 pm
Location: In my time machine, Circa 1985.
Contact:

New game uploaded: Word Slide!

Post by Strider »


Very nice! Fun little game!

x16twist.jpg.737694d16361c774bca3ad422d8445ce.jpg

 

As I got older, I developed a soft spot for this style of word game. Used to have an electronic handheld I took everywhere, just to kill time. Probably still have it buried somewhere.

Your game reminded me of it. ?

9492845_sa.jpg.12043a5d596d98573fca66e75b91f0b7.jpg

Image
A classic geek & family man who enjoys all things retro! Computers, hardware, games, electronics, etc. Expert at nothing, professional hobbyist, and old-school blogger!
SlithyMatt
Posts: 913
Joined: Tue Apr 28, 2020 2:45 am

New game uploaded: Word Slide!

Post by SlithyMatt »


New video to go along with some changes for Beta Release 0.3 and the new VIC-20 version: 





 

kelli217
Posts: 542
Joined: Sun Jul 05, 2020 11:27 pm

New game uploaded: Word Slide!

Post by kelli217 »


I've been percolating on the issue of a PET version.

I finally hit on something that might actually work.

There are the increasing vertical width bars... what if the 'in the word, but not in place' signifier was to put the 'thick' side of one of those characters toward the letter?

Like this: image.png.ded15ba16b7a445a6a06a54a8f5a527a.png

And then when the letter is correct, you just put it in reverse video without the bars: image.png.6f7eef809a14c19ae37fc610a81f47e5.png

And then if the letters on both sides of the bar are 'in word, not in place' then you get to just use a reverse space.

Post Reply