Think or Sink is a fast-paced, terminal-based quiz game built with Python. Answer general knowledge questions one by one—but be careful! One wrong answer and it’s game over. It’s a battle of wits, speed, and accuracy. Think quick… or sink!
- Run the script in your terminal.
- Each round presents a multiple-choice question.
- Select the correct option by entering 1, 2, 3, or 4.
- Get it right? You move on.
- Get it wrong? The game ends immediately.
- Your reward increases with every correct answer. Reach the top without sinking!
- Python 3.x
python main.py
- 12 diverse general knowledge questions.
- Terminal-based interactivity.
- Reward system to simulate increasing stakes.
- Clean and minimalistic game loop.
- Auto-formatted reward display.
What is the capital of France?
1: Berlin
2: Madrid
3: Paris
4: Lisbon
Please select the correct option (1-4): 3
Correct!
...
Game Over! Your total reward is 300,000,000 points.
Thank you for playing!
python
quiz-game
terminal-game
trivia
command-line-game
educational-game
interactive-game
think-or-sink
general-knowledge
fun-project
beginner-python
This project is licensed under the MIT License.
Contributions are welcome! Feel free to fork the repo, submit issues, or create pull requests to add more questions, features, or enhancements.
Made with 💡 by Saurabh Singh Bhandari