jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
20 stars 27 forks source link

Hangman Game / 30_Days_Of_Java #334

Open AnshNikhare opened 1 month ago

AnshNikhare commented 1 month ago

Project Proposal - Hangman Game

Project Overview

The Hangman Game is a classic word-guessing game implemented in Java with a Swing GUI. The game involves guessing a randomly selected word by suggesting letters within a certain number of attempts. This project aims to provide an engaging and user-friendly interface for playing Hangman, along with additional features such as a "Refresh" button to change the word and reset the game, and a "Restart" button to restart the current game with the same word.

Features

  1. Classic Hangman Gameplay: Guess letters to reveal a hidden word with a limited number of attempts.
  2. Responsive GUI: Clean and user-friendly interface using Java Swing.
  3. Refresh Button: Change the word and reset attempts without restarting the application.
  4. Restart Button: Restart the current game with the same word and reset the attempts.
  5. Increased Attempts: Players are given 10 attempts to guess the word correctly.

Objectives

Target Audience

The Hangman Game is suitable for a wide audience, including:

Tools and Technologies

Deliverables

github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉

We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.

Shlokwankhade commented 1 month ago

Go Ahead