Mortal Kombat Game ELEC2645
Dependencies: mbed N5110 ShiftReg Joystick
Diff: Enemy.h
- Revision:
- 12:b4477a312158
- Parent:
- 8:e2e2eb4ea0ca
- Child:
- 13:eaf070d5f599
--- a/Enemy.h Sat Apr 24 00:00:14 2021 +0000 +++ b/Enemy.h Sun Apr 25 00:16:59 2021 +0000 @@ -25,6 +25,9 @@ void kick_left(N5110 &lcd); // enemy kick left void sword_left(N5110 &lcd); // enemy punch left void sword_right(N5110 &lcd); // enemy punch right + void twoway_punch(N5110 &lcd); + void randomize_moves(N5110 &lcd, int input); + void move_around(N5110 &lcd); private: int _x, _y; // co-ordinates of the enemy