Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heshamoomar/math-game-in-cpp
https://github.com/heshamoomar/math-game-in-cpp
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heshamoomar/math-game-in-cpp
- Owner: heshamoomar
- Created: 2024-08-08T20:44:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T19:55:17.000Z (3 months ago)
- Last Synced: 2024-08-09T21:09:04.384Z (3 months ago)
- Language: C++
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math-Game-in-CPP
v2.0* Added functions declaration for code.
* Added custom header files MathLib.h Fileio.h RandomLib.h for better usability and functionality.
* added number input validation for character input case (NumOps::readNumber()) across the code.
* Added game stats output to .exe file.
* fixed get_number() & get_operation() edge cases.
For division cases:Ignoring presicion numbers for better gameplay
Dividing larger number by smaller number for better gameplay
Avoid division by 0