A simple client to play "Two Truths and a Lie". Rules here.
From the command line: python3 main.py
(you should be in the directory where main.py is located.)
- Enter three statements when prompted. Two of these statements should be true, and one should be false. Currently, we accept only English sentences.
- The application will indicate to you which statement it believes is false.
- Indicate whether the application is right.