Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Statsman1

Pages: [1] 2 3
1
QB64 Discussion / Re: A New Beginning
« on: January 15, 2022, 10:31:30 am »
@RCcola1987 - thank you for replying and trying to allay some fears.

I suspect that most folks are going to take a “wait and see” position as things go forward, and you have certainly gotten a sense of how people like sudden change being dropped on them.

As I mentioned, I am looking forward to seeing what new ideas and such you bring forth.  I do not profess to be one of the founding members or even the most passionate QB64 enthusiast, but I enjoy being part of this group, and QB64 has allowed me to rekindle a love for coding I forgot I had. 

Ideally, the transition is seamless, invisible, and for 99% of the population, the new world looks exactly like the old world. 

Welcome aboard, Chief!

2
Programs / Re: Boggle play against AI - WIP
« on: January 14, 2022, 03:39:49 pm »
Gotta say, @Statsman1 you are helping fan the fire, thanks for your enthusiastic interest.

I love word games, so this is just great stuff.  I really appreciate that you would do all of this.

3
Programs / Re: Boggle play against AI - WIP
« on: January 14, 2022, 01:05:31 pm »
@bplus - Dude, you are on FIRE.  Fantastic stuff so quickly!

4
QB64 Discussion / Re: A New Beginning
« on: January 13, 2022, 02:57:47 pm »
We have big plans for the future and need the communities’ help to make it happen.

Looking forward to hearing what those plans are.

5
Programs / Re: Wordle - a new word game
« on: January 13, 2022, 02:16:38 pm »
Boggle was 16 6-sided cubes (each side had a letter) that were scrambled (shaken up) and then settled into a 4x4 grid.  (Or, later, 5x5) The idea was to make as many unique words out of the cubes that were touching each other, using each cube once, before the timer expired.  Longer word = more points.

Unique because if you found it and your opponent did too, nobody got credit for it.

6
Programs / Re: Wordle - a new word game
« on: January 12, 2022, 11:15:42 am »
Love it!  @bplus - for a guy who never played it, you are killing it here!!  :)

7
Programs / Re: Wordle - a new word game
« on: January 12, 2022, 10:21:10 am »
Maybe 3 letters in 6 guesses is too hard, due to the shortness of the word, the number of 3-letter words with common letters, and the overall number of combinations?

5 letters AND being forced to use real words to guess is important, I think, to being able to get to the word in 6 guesses.  I admit I got a Wordle on the 2nd guess the other day, but that was remarkably lucky, I usually get there between 3 and 5 guesses. 

Using openers like STARE, CLOUD and MINTY burn up 14 unique letters - all 6 vowels and most popular consonants in 3 guesses - I feel like, by that point, there is no way you cannot get it by 6 guesses.  Logic plays a huge part in it after that.

Using 3 letter words doesn’t get enough letters out there in the first few guesses to hope to arrive, logically, at the word by the end of 6 guesses, as mentioned by @SMcNeill, especially if the word chosen has a ton of first-letters that go with the last two - ?at, ?ar, ?en…there are loads of those.  It becomes a real roll of the dice.

Maybe 5 letters is the sweet spot between “relying on luck” and “reasonable number of guesses required”?

8
Programs / Re: Wordle - a new word game
« on: January 11, 2022, 02:35:35 pm »
Of course, now my afternoon productivity is going down the tubes....


9
Programs / Re: Wordle - a new word game
« on: January 11, 2022, 02:15:25 pm »
I did notice, that is how I know you 100% test your programs!  :)

10
Programs / Re: Wordle - a new word game
« on: January 11, 2022, 11:41:09 am »
Awesome, @bplus!!

11
Programs / Re: Wordle - a new word game
« on: January 10, 2022, 07:06:57 pm »
Hey @bplus -

No problem, your Wordle is excellent.  I am not sure I could code anything to allow for the duplicate of letters anytime soon, though I imagine it would simply be a little more recursive comparing (to wit - instead of stopping when you find the character in the word, you have to check each character in a guess to see if it matches each letter in the solution, cannot just stop the search after finding the first instance of E in ELECT if the guess is TRADE).

As for the symbol - well, it is an ankh, an Egyptian symbol that means life.  You see this in hieroglyphics and all sorts of ancient Egyptian symbolism.  How it became MY talisman is a little less exotic - Ultima IV for the Apple II is my favorite video game of all time.  I adopted the ankh, when I bought the original game back in 1985, as my good-luck charm, and have carried it all through my life.  I have the very same one that came with the game, back in ‘85, on a chain that I wear from time to time, and I have a couple of other metal ankhs here and there around the house.

Kinda silly, I know, but Ultima IV, and the ankh, have meant a lot to me in 35 years.  :)

12
Programs / Re: Wordle - a new word game
« on: January 10, 2022, 06:45:06 pm »
Looks great, I love this game, but as an avid Wordle player, I must add that duplicate letters ARE permitted in Wordle.  I looked at the dictionary file supplied, and words like ANNEX, COCOA and BUDDY are legitimate Wordle entries, but are not in the dictionary file.

13
Programs / Re: GridWars game - going to add AI to it.
« on: November 04, 2021, 03:20:19 pm »
@Dav ...

Game looks great!  Played 2 games, won both, the second one by a large margin.  I am not going to dive into the AI at this time, you must have something going on - it appears that the AI looks for the move with the biggest piece turnover, and takes it, without considering position, especially along the sides.

A couple of things I noticed...

When the game ends and the winner is announced, the score is not updated, the game just moves on to the next game.

Also, sometimes there is a big delay between selecting a piece with the mouse, and the piece becoming "active" and ready to move.

But your game is coming along nicely!  Like the sound effects!

14
Programs / Re: GridWars game - going to add AI to it.
« on: October 29, 2021, 09:49:32 pm »
Hadn’t thought of it, but I can add that.  Thought to have different kinds of grids at one point.   I didn’t realize how much a following ataxx game has, there’s even a website dedicated to discussing the AI methods it uses. 

- Dav

Ataxx was a brain game that I loved, along with Klax, Tetris….those kinds of games were my jam!  But very popular, world-wide, as you have seen.

I hope to get some time to give your game a whirl this weekend.  Looks amazing, dude!

15
Programs / Re: GridWars game - going to add AI to it.
« on: October 29, 2021, 12:51:46 pm »
I love the way it’s going, @Dav.  Great job!   I am looking forward to how you tune up the AI.

Do you plan to keep score / records / stats at all?  A way to show if a player is improving?

Pages: [1] 2 3