Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heshamoomar/math-game-in-cpp


https://github.com/heshamoomar/math-game-in-cpp

Last synced: 4 days ago
JSON representation

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