An open API service indexing awesome lists of open source software.

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

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:
![1](https://user-images.githubusercontent.com/61152787/207831293-a88c4c32-3025-408b-9cdd-0f08018e411a.PNG)

![2](https://user-images.githubusercontent.com/61152787/207831316-4b846659-bf73-4dcf-841e-6988d96bdedb.PNG)

![3](https://user-images.githubusercontent.com/61152787/207831323-9e22b707-89a5-4dca-92c1-671e1c3eb953.PNG)