Poobslag / frog-finder

A Godot game. Can you find the frog?
MIT License
3 stars 1 forks source link

New level: "Trick Tac Toe" #22

Open Poobslag opened 3 years ago

Poobslag commented 3 years ago

A 4x4 grid where you reveal cards with fish or lizards. Try to make 3-in-a-row with lizards but not with fish.

Clicking a row, column or diagonal with 2 lizards is always a frog. Clicking a row, column or diagonal with 2 fish is always a shark, unless it's a frog. Otherwise it's mostly random -- except that the game will never eliminate the last possibility for a lizard 3-in-a-row.

Poobslag commented 2 years ago

If the player loses, hide everything except for the fish/shark 3-in-a-row.