Skip to content

kmushapho/wordle

Repository files navigation

Wordle Unlimited Dupe

Overview

Welcome to Wordle Unlimited Dupe, a Python-based game inspired by the popular Wordle game, but with unlimited play! This project allows you to enjoy various Wordle modes, including Random Mode, Levels Mode, and the ability to select custom word lengths. The game is built using Python, with external dependencies for spellchecking and rendering the game interface using Pygame.

Game Modes

  • Random Mode: Play with randomly selected words.

  • Levels Mode: Play through levels with increasing difficulty.

  • Custom Word Length: Choose the length of the word to guess (between 5 and 10 characters).

  • Spellchecking: Built-in spellcheck for valid words.

  • Pygame Interface: A simple yet engaging graphical interface for playing the game.

Requirements

  • Before you can run the game, you'll need Python installed on your computer. The game also uses two external packages:

  • Pygame: For the graphical user interface.

  • Spellcheck: To verify valid words.

Installation Steps

  1. Fork the Repository

    • Navigate to the original repository on GitHub
    • Click the "Fork" button to create a copy in your GitHub account
  2. Clone your forked repository

    git clone https://github.com/kmushapho/wordle.git
  3. Navigate to the directory

    • cd wordle
  4. Run the game

    • python wordle.py

    • On the first run, the game will automatically install the required packages using pip (if they aren't already installed). This includes:

    • spellcheck

    • pygame

    • Additionally, the game will create a JSON file that stores game data and your saved progress.

  5. Playing the Game

Once the game is running, you can choose from several play modes:

- Random Mode: The game selects a random word for you to guess.

- Levels Mode: Increase the difficulty as you progress through levels.

- Specific Word Length: Choose a word length between 5 and 10 characters.

Contributing

Feel free to open issues, submit pull requests, or suggest new features. This project is open for collaboration, and contributions are welcome!

About

Wordle Unlimited Dupe is a Python-based clone of the popular Wordle game with unlimited play. It offers multiple game modes, including random word selection, level progression, and custom word lengths ranging from 5 to 10 characters. Built using Pygame for a simple, fun interface, the game also includes spellcheck support for valid words.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages