Logikal
This game is not designed to run on your device. Add it to a collection to play later, or you can try to run it anyway.
Logical puzzles in German and English. Test your logical thinking, and take on the challenging tasks that await you in this puzzle collection.
Logical-Rätsel in Deutsch und Englisch. Teste dein logisches Denken, und stelle dich den herausfordernden Aufgaben, die dich in dieser Rätselsammlung erwarten.
Game also available on Android. / Spiel auch für Android verfügbar.
How to play:
| Status | On hold |
| Platforms | HTML5 |
| Rating | Rated 5.0 out of 5 stars (2 total ratings) |
| Author | Kai Hartmann Games |
| Genre | Puzzle |
| Made with | Godot |
| Tags | logical |
| Average session | A few minutes |
| Languages | German, English |
| Inputs | Mouse, Touchscreen |
Also available on
Development log
- 3.1289 days ago
- Version 3.11Mar 14, 2025
- Version 3.10Feb 08, 2025
- Version 3.9Jan 10, 2025
- Version 3.8Dec 11, 2024
- Version 3.6Sep 01, 2024
- Version 3.5Aug 11, 2024
- Version 3.4Aug 03, 2024





Comments
Log in with itch.io to leave a comment.
Hi and thank you for messaging. :)
It's because of the 6th clue: "Neither squares nor sculptures are blue." So the medium 'sculpture' cannot have the form 'square'.
that phrase reads to me as; the sculpture is not blue and the square is not blue.
!((sq = bl) | (sc = bl))
=>
(Sq != bl) & (sc != bl)
You could say instead
There are no square or blue sculptures
!((sc = sq) | (sc = bl))
=>
(sc != sq) & (sc != bl)
See
https://math.stackexchange.com/questions/25091/translating-neither-nor-into-a-ma...
I agree, it is a bit misleading.
I pretty much derived the clue description from here: https://logic.puzzlebaron.com/how-to-solve-a-logic-puzzle.php?t=neither-nor-clue...
I see if I can come up with a clue that is more clear. I think "There are no square or blue sculptures" is missing the hint, that squares also cannot be blue. ;)
The complete clue would be something like: "Neither squares nor sculptures are blue" AND "Sculptures are not square".
Hey, I improved the wording a bit. (Better late than never ;) )
Hope it's clearer now. :)
I found an error in one of the puzzles; in "Movie Nerds", one of the hints is that Stan likes lemonade in the Matrix (which is a first-time sentence). However, none of the four drinks listed are lemonade.
Thank you and sorry about that. I thought I had fixed it. It's a translation error and supposed to be 'soda'. I'll fix it asap.
Kinda knew that it was "soda" somehow. Thank you!
Fixed. :)
Very fun game! The puzzles are well-made.
Thank you. More are about to come. 👍🙂