Lab4

Dependencies:   mbed 4DGL-uLCD-SE PinDetect

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "farkle_assistant.h"
00003 
00004 int main() {
00005     FarkleGame game1;
00006     game1.setNumDie(6);
00007     game1.setTotalScore(0);
00008     game1.runFarkle();
00009     
00010 }