jacklul / inlinegamesbot

A Telegram bot providing games that can be played in any chat via inline keyboards.
https://telegram.me/inlinegamesbot
GNU Affero General Public License v3.0
119 stars 117 forks source link

Tic-Tac-Four #15

Closed iG0tB0lts closed 5 years ago

iG0tB0lts commented 6 years ago

This isn’t an issue with the code, but the game itself. Sorry if I’m wasting your time on this and you can delete the issue.

I’ve noticed if you get to start, there’s a move that always results in a win. Is the game flawed? I could play you to show you such move.

jacklul commented 6 years ago

Tic-tac-toe has also such move I believe

@DO97

iG0tB0lts commented 6 years ago

The regular tic tac toe? There is a move, however if 'O' knows what to do it'll end in a draw. In tic-tac-four however, there is no chance to block the win. We can play if you want, contact me on https://t.me/t1k1taka

However if the game is flawed it's still much more fun than the regular tic-tac-toe before you find the unbeatable(I think) move. You can go ahead and close the issue. P.S:- Great job on inlinegamesbot by the way, me and my friends regularly play Connect 4 😁🙌

jacklul commented 6 years ago

@iG0tB0lts Tic-tac-four actually was contributed by @DO97, any ideas on fixing the flaw ? Because there isn't one most likely ...

DO97 commented 6 years ago

Yes, it is similar to the Tic-Tac-Toe case. Maybe a smaller grid (6×5 or 5×5) could be better?

A "secret": the same applies to connect four. These are games that with a specific set of moves will end in a predetermined way.

P.S. I'm very glad that you are enjoying this variant of Tic-Tac-Toe. Have you tried Rock Paper Scissors Lizard Spock? @iG0tB0lts

iG0tB0lts commented 6 years ago

I think a smaller grid might work, yeah.

Hadn't known Lizard Spock was added, tried it today, great addition.

Hunter1212 commented 5 years ago

@iG0tB0lts I think as @DO97 said games like tic-tac-toe have a predetermined path if one knows their way around. Why the original tic tac toe ends up in a draw is because of it being smaller and being a 3x3 grid only, so you only got a certain set of moves.

With the connect 4 if you know your way around and can predict your opponents moves you can avoid the situation and get a draw. I've done the similar thing with tic-tac-four in a similar way. It's not a flaw of the game but just a mental tactic of a player.

iG0tB0lts commented 5 years ago

Thanks for the discussion :+1: . Forgot to close the issue !