Software Development 1 – Assignments
No Comments
Andy
Categories:
portfolio
Tags:
C#, University
Assignment 1
Simple conversions and measurements program written in C#
Software Development I – Assignment 1
Assignment 2
Based on the dice game “Drop Dead”, this program, written in C#, asks the user to enter a number between 5 and 10. The program then “roles” the dice.
If the result of the dice is 2 or 5, that dice is dead and not included in the final calculation.
The remaining dice scores are added together and are the results of the first roll. This continues until all dice are “dead”. The total score is all the roll scores added together.
Software Development I – Assignment 2
Assignment 3
This assignment is the Hangman game, written in C#. An array of words are loaded and one is picked at random by the program. Users take it in turn to quest a letter or the word. If the guess is incorrect, the first diagram file is loaded and outputted to the screen.
Software Development I – Assignment 3
Download the above files and unzip the contents
Provided in the zip files are the assignment specifications and the completed programs
Both originally written with Visual Studio 2008, updated and written with Visual Studio 2010