Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of IEEE_14_Freescale by
Diff: game.h
- Revision:
- 32:ff71f61bb9f6
- Child:
- 34:4ad11cda1eca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/game.h	Sat Mar 22 20:17:29 2014 +0000
@@ -0,0 +1,20 @@
+#ifndef __GAME_H__
+#define __GAME_H__
+
+#include "mbed.h"
+#include "dbgprint.h"
+#include "robot.h"
+
+class gamePlayer{
+private:
+    robot ⊥
+    int row, column;
+    int rigOnFire;
+    int waveGaps[3];
+    float direction;
+public:
+    gamePlayer(robot &botIn);
+    void checkWaves();
+};
+
+#endif
    