Lab4

Dependencies:   mbed 4DGL-uLCD-SE PinDetect

Revision:
0:42967dd26360
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Oct 22 20:30:07 2021 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "farkle_assistant.h"
+
+int main() {
+    FarkleGame game1;
+    game1.setNumDie(6);
+    game1.setTotalScore(0);
+    game1.runFarkle();
+    
+}