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.

Sunday, June 15, 2014

Yet another eventful Software lesson

Today in Software, i made further progress with the documentation. I have sent a draft copy to my software teacher to try and make sure that i'm on the right track.
More news soon!

Thursday, June 12, 2014

Today i have found a website that i have decided to reference the code, i will make significant modifications to the code of my own design to add and change features.
I have also been working more on learning the coding language Python, using the coding tutorial website Code Academy.

Progress is being made.

Code I've referenced: http://stackoverflow.com/questions/18969772/python-rock-paper-scissors-game
Code Academy: http://www.codecademy.com/



Wednesday, June 11, 2014

Hello, my name is Kevin. I'm writing a blog about hang man, a projects I've been instructed to create using the coding language Python. This blog will follow its progress, ill upload updates as i make progress on the assignment.