GuessNumber

Guessing Game Web Application 🎲

Welcome to the Guessing Game web application repository! This project is a Java web application built using JavaServer Faces (JSF), allowing users to play an interactive guessing game.

Overview 🌟

The Guessing Game presents users with a simple interface where they can guess a number between a specified minimum and maximum value. The game provides feedback based on the user’s input and prompts them to continue guessing until they guess the correct number.

Features πŸš€

Getting Started 🏁

To run the Guessing Game web application locally, follow these steps:

  1. Clone the Repository: Clone this repository to your local machine using Git:

     git clone https://github.com/Jagoda11/GuessNumber.git
    
  2. Configure the Environment: Ensure you have Java and a Java EE application server installed on your machine, such as Apache Tomcat or WildFly.

  3. Deploy the Application: Deploy the application to your Java EE application server. If you’re using Apache Tomcat, you can simply copy the WAR file to the webapps directory of Tomcat.

  4. Access the Application: Once deployed, access the application by navigating to the appropriate URL in your web browser.

Acknowledgments πŸ™

Special thanks to the creators of JavaServer Faces (JSF) for providing a powerful framework for building Java web applications.