diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6fa99bc --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/CodeSamples/David_Cun b/CodeSamples/David_Cun new file mode 100644 index 0000000..e69de29 diff --git a/DavidCun.md b/DavidCun.md new file mode 100644 index 0000000..c8646d8 --- /dev/null +++ b/DavidCun.md @@ -0,0 +1,7 @@ + +David Cun + +First part of the code defaults the total sides of the die to 6. +Exception variable "Die" asks for the number of sides and must be greater than 1. +Likes 63 to 69 is the roll, where it generates a random number between the 1 and the number of sides entered. +73 to 79 checks the sides of the die. Lines 83 and 90 checks the "current rolled value". diff --git a/OldTexasCode2.iml b/OldTexasCode2.iml new file mode 100644 index 0000000..ed99e6f --- /dev/null +++ b/OldTexasCode2.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file