SillyCatto / word_waffle

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%