Skip to content

Word guessing game in Java inspired by Wordle for OOP-1 course final project

Notifications You must be signed in to change notification settings

SillyCatto/word_waffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title

A word guessing game inspired by Wordle

Static Badge Static Badge Static Badge


📋 Overview

This project was made as a part of the Object-Oriented Programming-1 course to learn about OOP concepts, graphical user interfaces and clean code guidelines through a practical approach.

Key features:

  • Visual feedback based on letter position
  • Warning pop-up for short words
  • Score system based on the number of tries

🎯 Objectives

To help individuals learn English words in an interactive and amazing way. Also, to implement OOP concepts to build interactive desktop apps.

🎮 How to play

You have to guess any five-letter word.

  • If your guessed letter is in the correct position in the word, it will turn green.

  • If it is in the word but in wrong position, it will turn yellow.

  • If it is not in the word , it will be gray.

📥 Download

You can clone the repository, open it up in IntelliJ and then run the project.

Alternatively, you may download the pre-built .jar file from the releases page

🤝 Acknowledgements

Thanks a lot to @musaddiq-rafi for being a part of this project as a teammate

About

Word guessing game in Java inspired by Wordle for OOP-1 course final project

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages