IEEExtreme Programming Task to make a stick figure do the Hokus Pokus.
All code writen in source.cpp file
First two inputs are entering the sets of commands followed by the number of commands in that set. For example, '1 2' would let you input one set of two commands.
The verbal commands can be anything such as 'say Put your right foot in' and the dancer will repeat 'Put your right foot in'
Dance commands are:
-
"left hand to head";
-
"right hand to head";
-
"left hand to hip";
-
"right hand to hip";
-
"left hand to start";
-
"right hand to start";
-
"left leg in";
-
"left leg out";
-
"right leg in";
-
"right leg out";
-
"turn";