a simple Hangman game in java that works in java console, all with ascii art
This game was made for my university, the goal was to make a fun game with bug & error so the students fix it and play the game
The game is in java, so you need to have java installed on your computer
The game is in french, but you can change the words in the file src/mots.java
, but all the ascii art are in french (you can change them too (they are hard coded))
All the game is made to be play in the console, so you can't play it in a GUI, the game menu is made with ascii art made by code, so you can simply change the display of the game with changing the code the variable CHAR_AFFICHAGE_HORIZONTAL
and CHAR_AFFICHAGE_VERTICAL
and at last CHAR_LETTRE_CACHEE
(the last one is the letter that is hidden in the word)
To navigate in the menu, you need to the number of the menu you want to go, and press enter
-
rules and how to play
-
play
-
exit
This menu is made to explain the rules and how to play the game, because there is 2 game mode,
the first one is the normal mode, and the second one is the hardcore mode : (originally this was a bug, but we decided to keep it )
the hardcore mode is the same as the normal mode, but the letter that you didn't find are replaced by your last letter find, so you can't find the word if you don't find the first letter
This menu is made to play the game, you can choose the game mode with the number of the menu you want to go, and press enter
The half of the game is made with ascii art, the other half is made by code, so becare of the code, if you change the code, you can break the game
You can do wathever you want with the code, I will not updated it anymore, it was a project for my university, so I don't care about it anymore.
Sell it, use it, break it, copy it, it's your choice.
- Me & my friends from my university