Computer Projects


Purpose


I intend to use this section to computer document projects I'm working through. If any part of the following is unclear, please direct any enquiries to me directly via the 'Contact' page.


Computing an approximation of Pi.

A simple script to compute Pi can be found in the following link Pi Computation. Please note, the variable titled 'points_used' will dictate the precision to which the end result is calculated. The more points used, the greater the precision.

Producing a hangman game.

The next mini project was to produce a game of hangman that can be executed directly from the console. The code for this programme can be found on my GitHub Hangman Game. The next step here will be to create a randomised word generator to make the game more playable. I plan to update this over the coming days.