No description
Find a file
2024-05-23 21:18:37 +03:00
release Add files via upload 2024-05-23 21:18:37 +03:00
.gitattributes Add .gitattributes and .gitignore. 2024-05-15 13:13:58 +03:00
.gitignore Add .gitattributes and .gitignore. 2024-05-15 13:13:58 +03:00
constants.h updated some funtions, minor changes to main 2024-05-23 19:19:39 +03:00
display.cpp updated score facilities, needs unit testing. Added valid score checking when reading score and removed elsewhere. 2024-05-20 08:02:32 +03:00
display.h minor formatting changes 2024-05-18 21:32:39 +03:00
easywords.txt updated wordchoosing facilities, wordChooser() needs some more unit testing 2024-05-22 21:56:35 +03:00
game.cpp updated some funtions, minor changes to main 2024-05-23 19:19:39 +03:00
game.h minor formatting changes 2024-05-18 21:32:39 +03:00
Hangman.sln Add project files. 2024-05-15 13:14:00 +03:00
Hangman.vcxproj unit tested word choosing 2024-05-23 17:31:25 +03:00
Hangman.vcxproj.filters updated topicChooser() 2024-05-22 13:58:17 +03:00
hardwords.txt updated wordchoosing facilities, wordChooser() needs some more unit testing 2024-05-22 21:56:35 +03:00
input.cpp minor changes 2024-05-23 18:19:51 +03:00
input.h updating getDifficulty -> getGameMode, variable names. 2024-05-18 22:18:35 +03:00
main.cpp deleted unit tests 2024-05-23 21:17:15 +03:00
mediumwords.txt updated wordchoosing facilities, wordChooser() needs some more unit testing 2024-05-22 21:56:35 +03:00
random.h updated topicChooser() 2024-05-22 13:58:17 +03:00
README.md updated readme 2024-05-19 19:15:50 +03:00
score.cpp minor changes 2024-05-23 18:19:51 +03:00
score.h updates to score facillities, added unit testing files 2024-05-20 08:37:25 +03:00
score.txt updated some funtions, minor changes to main 2024-05-23 19:19:39 +03:00
topics.txt unit tested word choosing 2024-05-23 17:31:25 +03:00
unit_tests.cpp unit tested word choosing 2024-05-23 17:31:25 +03:00
unit_tests.h updated wordchoosing facilities, wordChooser() needs some more unit testing 2024-05-22 21:56:35 +03:00
word_choosing.cpp updated some funtions, minor changes to main 2024-05-23 19:19:39 +03:00
word_choosing.h minor changes 2024-05-23 18:19:51 +03:00

Hangman

This hangman console game features the ability to guess some randomly chosen word. The word is of some randomly chosen topic that is shown to the user. Both the topics and the words can be expanded by the user. Game also provides a score tracking mechanism, ASCII hangman art and varying difficulty levels.