You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+93-1Lines changed: 93 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,96 @@ things used/will be used so far
2
2
- sqlite
3
3
- junit and mockito for testing
4
4
- sementic versioning and workflows
5
-
- json for words
5
+
- json for words
6
+
7
+
8
+
9
+
10
+
# Hangman Game - Rules & Mechanics
11
+
12
+
## 📌 Overview
13
+
The Hangman game is a word-guessing game where players try to complete a hidden word by guessing letters. Players can earn **points** for correct guesses and **scores** for winning rounds. Points can be used to **buy hints**, while scores determine leaderboard rankings.
14
+
15
+
---
16
+
17
+
## 🎯 Objectives
18
+
- Correctly guess all the letters of a word before running out of attempts.
19
+
- Earn **points** for each correct guess.
20
+
- Earn **scores** by completing words.
21
+
- Spend **points** to buy hints if stuck.
22
+
- Maintain a **streak** for bonus rewards.
23
+
24
+
---
25
+
26
+
## 🏆 Score & 💰 Points System (Independent)
27
+
|**Action**|**Effect on Points**|**Effect on Score**|
0 commit comments