Skip to content

hchapma5/wordle-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Clone

This is a Wordle clone written in Java, built with Gradle, and featuring a GUI with Swing components. The project follows the Model-View-Controller (MVC) design pattern.

Description

The Wordle Clone project aims to recreate the popular word-guessing game, Wordle, in Java. The game challenges players to guess a hidden word by providing feedback on the correctness of their guesses. The project utilizes the Gradle build system for easy dependency management and building.

Features

  • Interactive GUI: The game interface is built using Swing components, providing an intuitive and user-friendly experience.
  • MVC Design Pattern: The project follows the Model-View-Controller design pattern, separating the game logic, user interface, and data representation for better maintainability and extensibility.
  • Word Generation: The game generates a random word for players to guess, ensuring a unique and challenging experience each time.
  • Guess Validation: The project includes logic to validate player guesses and provide feedback on the correctness of each guess.
  • Score Tracking: The game keeps track of the player's score, rewarding accurate and efficient guesses.

Getting Started

To get started with the Wordle Clone project, follow these steps:

  1. Clone the repository: git clone https://github.com/hchapma5/WordleClone-Java.git
  2. Navigate to the project directory: cd WordleClone-Java
  3. Build the project using Gradle: gradle build
  4. Run the game: gradle run

Dependencies

The Wordle Clone project has the following dependencies:

  • Java Development Kit (JDK): Version 8 or higher
  • Gradle: Version 7.0 or higher

Contributing

Contributions to the Wordle Clone project are welcome! If you would like to contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m "Add your commit message"
  4. Push your changes to your forked repository: git push origin feature/your-feature-name
  5. Open a pull request on the main repository.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages