Skip to content

a game called 'two truths one lie' implemented using python

Notifications You must be signed in to change notification settings

ishayasolo/two-truths-one-lie

Repository files navigation

two truths one lie (2T1L)

Author: Ishaya Victor Solomon | @ishayasolo

date: 19th nov 2021 purpose: csc318 - structured programming course work

RULES OF THE GAME

the rules of the game are very simple
  • i'll make three (3) statements
  • two (2) out of my three (3) statements are true
  • one is a BIG FAT lie
  • your job is to spot the lie
  • you begin with 50 coins
  • you guess correctly, you earn 10 coins
  • you guess wrongly, you lose 10 coins
  • type 'ctrl + shift + c' at any point to force-close the program during execution
  • GOOD LUCK!!!