diff --git a/Specifications.md b/Specifications.md new file mode 100644 index 0000000000000000000000000000000000000000..1c5e1a18e7e800135f2ca0704c5263d459ae3145 --- /dev/null +++ b/Specifications.md @@ -0,0 +1,13 @@ +# CPTR 142: Project 3 Specifications +## Classes UML Diagram + +![UML Diagram](https://1drv.ms/u/s!AuJvymoNpqjkiUbgPIjpJN2HxPxR) + +##User Interface Design +``` +- Ask user for seed for random number generating + - Prompt user for what difficulty they would like to play + - Ask for user to make a move + - AI player moves and is displayed + - this process is repeated until players run out of chips +``` \ No newline at end of file diff --git a/Specs.md b/Specs.md deleted file mode 100644 index 34fa8842aa4995bedd11341c05f9ed14acacb070..0000000000000000000000000000000000000000 --- a/Specs.md +++ /dev/null @@ -1,4 +0,0 @@ -# CPTR 142: Project 3 Specifications -## Classes UML Diagram - -![UML Diagram](https://1drv.ms/u/s!AuJvymoNpqjkiUbgPIjpJN2HxPxR) \ No newline at end of file