Monday, July 14, 2014

Soooo GOOD NEWS EVERYONE!!

I finally figured out why my tie, win and loose counts wouldn't work, turns out i had to define them, basically i had to make the program realize they were still in the program when it ran the results segment of the code. This is very good news because i have finally made a breakthrough with my code development.
At the end of each round, the results are shown for how many wins, ties and looses have been done during the play through. When the game is closed, the results are discarded and reset.

A screen shot of the game data display screen is shown below.

More news to come soon!!

Sunday, July 13, 2014

Holidays are over! Greetings my fellow followers, yes the holidays have been a busy time for me and due to unforeseeable circumstances i have not been able to do any more work on my project...until today!
I have made significant progress on the algorithm, the main part of the program is completed, the randomizer, so the user can guess either scissors, paper or rock and the computer randomly generates one of the three possible options.
From here on i am working on the optional addons, such as a counter that keeps track of how many time the user has played, this will be known as the 'play count'. I will also be adding a win and a loose count that keeps track of how many times the user wins or looses.