warycat / SuperSeaLion

2D Web Game
1 stars 0 forks source link

Model the bosses as simple state machines #13

Closed warycat closed 10 years ago

warycat commented 10 years ago

The boss should have some parts of its body are strong and some parts are weak. When SSL attacks the boss, the strong parts will flash white, the weak parts will flash red. Then SSL will know how to attack the boss. Give each boss at most 3 states. Give SSL's different types of attacks and associate them with the transitions between the states. Then @yxun can make skeleton animation for each state.