↧
Answer by tapneal for Create winnable "random" solitaire shuffles
I run site with thousands of solitaire games played a day. We tried to built an AI that would allow us to understand what hands were winnable or not. It turns out, like many of the responses, that...
View ArticleAnswer by kabarga for Create winnable "random" solitaire shuffles
Do you have a backend part of your app? if so then you can store all success (win) shuffled arrays on the server from all the users and increase the win-rate by sending them successes from other users...
View ArticleAnswer by sawa for Create winnable "random" solitaire shuffles
I read that for some sort of these games, there is no more efficient way than to do brute force checking of all possible moves.My suggestion for situations like this is to start from the completed...
View ArticleCreate winnable "random" solitaire shuffles
I've created a solitaire game for Mac, but people keep complaining that there's not enough "winning" shuffles. People have a win-rate of about 5%-10%, where their usual win-rate is around 50%.Right...
View Article
More Pages to Explore .....