From 4bbc1843e943f612f6db95a33b3d70419f7b2987 Mon Sep 17 00:00:00 2001 From: Jason Riggs Date: Mon, 25 Feb 2019 22:11:40 -0800 Subject: [PATCH] Update Specs.md --- Specifications.md | 13 +++++++++++++ Specs.md | 4 ---- 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 Specifications.md delete mode 100644 Specs.md diff --git a/Specifications.md b/Specifications.md new file mode 100644 index 0000000..1c5e1a1 --- /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 34fa884..0000000 --- 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 -- GitLab