Points Game
Posted: Thu Feb 18, 2016 8:32 pm
Definitely not for computer newbies. At least on windows (for now, sorry).
So I've been working on a tease and denial project myself, but as it got bigger and bigger, it really got out of hand to the point it was impossible for me to manage. So I just brought it to the initial idea and me and my mistress now use it for a couple of days. It is not fancy yet, it is only CLI, but I will be working on a GUI version. My mistress gives me tasks everyday and she also gives me points as she sees fit. Our deal is that she will let me cum at 1000.
What the program does:
-it will first ask you to input the last time you had an orgasm
-it lets you add and subtract points from your total
-it tells you how many days are between your last orgasm and the current date [depends on the time of the system]
What the program does not:
-nothing else (at the moment at least)
If you are interested in the algorithm used to calculate the days, it is a self-made one and I can share it with you if you want even though there are plenty of those on the web.
I thought that maybe someone will use it. Maybe someone can find a use for this thing too.
It works on almost every linux distro. If someone can test it for windows it would be great, but I think it must be recompiled.
On Linux: open a terminal and navigate to the PointsGame folder and run "./main" (without the quotes)
On Windows: not sure, you might try renaming main as main.exe and then open a cmd window. Navigate to PointsGame folder and run "main.exe" (without quotes) --- it might not work. It does not work properly through the wine version of cmd.
Update: It needs to be recompiled for MAC.
So I've been working on a tease and denial project myself, but as it got bigger and bigger, it really got out of hand to the point it was impossible for me to manage. So I just brought it to the initial idea and me and my mistress now use it for a couple of days. It is not fancy yet, it is only CLI, but I will be working on a GUI version. My mistress gives me tasks everyday and she also gives me points as she sees fit. Our deal is that she will let me cum at 1000.
What the program does:
-it will first ask you to input the last time you had an orgasm
-it lets you add and subtract points from your total
-it tells you how many days are between your last orgasm and the current date [depends on the time of the system]
What the program does not:
-nothing else (at the moment at least)
If you are interested in the algorithm used to calculate the days, it is a self-made one and I can share it with you if you want even though there are plenty of those on the web.
I thought that maybe someone will use it. Maybe someone can find a use for this thing too.
It works on almost every linux distro. If someone can test it for windows it would be great, but I think it must be recompiled.
On Linux: open a terminal and navigate to the PointsGame folder and run "./main" (without the quotes)
On Windows: not sure, you might try renaming main as main.exe and then open a cmd window. Navigate to PointsGame folder and run "main.exe" (without quotes) --- it might not work. It does not work properly through the wine version of cmd.
Update: It needs to be recompiled for MAC.