Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.91 KB

File metadata and controls

44 lines (26 loc) · 1.91 KB

Tripico

Game Start

Tripico is a text-based Java game that takes players on a virtual journey through Europe. The objective of the game is to reach different countries by answering questions correctly at border crossings and collecting rewards along the way.

How to Play

  1. Start Point: The journey begins in Austria.
  2. Choose Destination: Players must select their next destination country.
  3. Answer Questions: At each border crossing, players encounter questions related to the neighboring country. For example, crossing from Austria to Hungary requires answering questions about Hungary.
  4. Collect Rewards: Successfully answering questions allows players to travel to the next country and collect rewards.

Game Start Game Start

Features

  • Educational Gameplay: Learn interesting facts about European countries while playing.
  • Progress Tracking: Keep track of your journey and rewards collected.
  • Dynamic Gameplay: The difficulty of questions increases as you progress through the game.
  • No UI Required: Run the game directly in any Java IDE without the need for a graphical interface.

Running the Game

  1. Clone the repository to your local machine.
  2. Open the project in your preferred Java IDE.
  3. Run the Aplication.java file to start the game.
  4. Follow the on-screen instructions to play.

Contributing

Contributions to Tripico are welcome! If you have ideas for new features, questions, or improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Feel free to adjust and expand upon this template to suit your project's specific needs!