It's Go-like game, you need make 5 stones in line to win but for 4 players and you can replace one player's stone to another player's stone. You can play with your friends on one device or you can play with bots.

Download

Download
DustedStones.zip 30 MB

Comments

Log in with itch.io to leave a comment.

(+1)

Really cool but I am not sure if it is possible to win aginst the bots. The bots are playing very well and beating three of them seems impossible. Would be fun to know how the AI was made.

Thank you for the feedback. Bots work pretty simple, when a bot is going to make a move it checks each cell and calculates a weight. Weight is the maximum count of a player's cells next to this cell. The Bot chooses a cell with the biggest weight. So, basically they always do the right move but I added some parameters to make them make mistakes. I can change the balance by changing these parameters and make them easier or harder. I didn't have enough time to test the balace but it easy to fix.