https://github.com/sahar-dev/word-guessing-game
A word guessing game using Java and XML
https://github.com/sahar-dev/word-guessing-game
java javaawt xml
Last synced: 2 months ago
JSON representation
A word guessing game using Java and XML
- Host: GitHub
- URL: https://github.com/sahar-dev/word-guessing-game
- Owner: Sahar-dev
- Created: 2022-12-15T09:57:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T10:06:53.000Z (over 2 years ago)
- Last Synced: 2025-01-03T14:50:04.059Z (4 months ago)
- Topics: java, javaawt, xml
- Language: Java
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word-Guessing-Game
The project is a game that allows you to first define two player names.
Once defined, an arbitrary question is displayed. Each player will have in turn to answer this question by filling the empty spaces. If the answer is correct he will get +1, otherwise a 0.The characters proposed each time can be at the beginning of the word, in the middle, at the end etc. arbitrary too. If the number of characters exceeds 12, three characters will be proposed, if between 9 and 12 two characters will be proposed otherwise only one character.
The player who reaches 10 first will win.All questions and associated answers are saved in an XML file that the game administrator will feed via his space.
# Screenshots:

