C++ Game Specification Help PLEASE

Hi members, I have made a game in C++ and I need to do specifications for it. Is there any example please on how to create specifications of a game please. Would appreciate any help. Thanks in advance.
Regards
OrangeApple
closed account (zb0S216C)
I've no experience with calculating system requirements, but most of it is common sense.

CPU: Look at the usage on your system. Try to get a low performance PC and try running it on that, and see how it fairs.

RAM: Again, look at how much memory your program is using, and round it to the nearest size. For example, let's say your program uses 100MB of RAM - round that to 125MB of RAM.

HDD: Simply look at how much space your program reserves on the HDD.

GPU: Get a GPU monitoring software, such as GPU-Z, and see how much it's being used. Pretty much the same as the CPU.

GFX: Does your game use DirectX 8/9/10/11? or does it use OpenGL 1.3 (or whatever)? Jot down the version and use that.

Wazzak
Last edited on
Thanks very much you were of really great help my friend. Thanks again really appreciate it is very useful as I have asked our teacher and thats the type he wants to see us doing.
Topic archived. No new replies allowed.