Commit Graph

31 Commits

Author SHA1 Message Date
b0607e3a05 Moved LICENSE file to solution dir due to mistake. 2023-08-10 16:13:48 +03:00
126cc44276 Update README.md. 2023-08-10 16:11:53 +03:00
54952ba062 Fixed typo. 2023-08-10 15:58:35 +03:00
808c45b999 Added LICENSE. 2023-08-10 15:57:03 +03:00
c759cd76e4 Refactored naming of the variables. 2023-08-09 22:36:56 +03:00
d69a8f2e68 Version 0.5 2023-08-08 17:54:15 +03:00
036a8e4645 Moved string literals to the defines.h header. v0.5 2023-08-08 17:50:51 +03:00
5482fe1814 More moved some Print*() methods to a separate class. 2023-08-08 13:25:18 +03:00
f7572874b0 Removed headers.h file due to recursive inclusion.
Also, moved Print*() methods to separate class.
2023-08-07 19:37:59 +03:00
33d1f783ac Added the new PrintGameInitialQuery() method. 2023-08-06 14:34:29 +03:00
872e390ce9 Refactored the PrintSteps() method. 2023-08-06 14:28:10 +03:00
5a4fa61ed2 Version 0.4 v0.4 2023-08-04 14:19:23 +03:00
8197a64803 Refactored GetNumber() method. 2023-08-04 13:55:27 +03:00
e75d82e896 Reworked the user input in the game class. 2023-08-03 01:00:32 +03:00
7669dff7a6 Moved header's includes into separete header file. 2023-08-02 23:01:19 +03:00
7edca0b5e6 Version 0.3 v0.3 2023-08-02 15:52:23 +03:00
340924213a Some fixes. 2023-08-02 15:49:16 +03:00
3833461e90 Reverted indexing. 2023-08-02 15:22:21 +03:00
3e22bb1dc1 Added the ability to set the number of digits in the guessed number. 2023-08-02 15:11:25 +03:00
324510173a Fixed memory leak. 2023-07-03 15:58:51 +03:00
ba43d72188 Version 0.2 v0.2 2023-06-30 20:35:46 +03:00
2d9c1c1d57 Added error messages. 2023-06-30 20:26:58 +03:00
a34da8d34f Refactored IsEqual() function. 2023-06-30 20:18:42 +03:00
2bc245354c Added check for the same digits in user input. 2023-06-30 18:59:51 +03:00
c0dfdf53bb Added the output of number of total steps at the end of game. 2023-06-30 15:58:57 +03:00
4b634caf52 Moved initialization of number of digits from constructor to method. 2023-06-30 15:38:28 +03:00
ae4230e721 The game are working! 2023-06-14 22:42:11 +03:00
16fc66d3d0 Added initial game class. v0.1 2023-06-10 18:09:33 +03:00
cf55efea74 Added class CGame. 2023-06-05 12:13:55 +03:00
b941ae3936 Added .gitignore and .gitattributes files 2023-06-05 12:10:06 +03:00
1d618d19c2 Initial commit 2023-06-05 11:14:56 +03:00