YSUatKHE14 / zeroPlayerGame

This is a zero player game made by the YSU team at Kent Hack Enough 2014.
MIT License
2 stars 1 forks source link

gameplay() needs a redesign #9

Closed capalmer1013 closed 9 years ago

capalmer1013 commented 9 years ago

whenever the hero is defeated the battle while loop is exited and the hero can use an item for the next round. I think a dead(); function should be implemented too. the gameplay() function in general is a monstrosity. It's OK because I wrote it.

capalmer1013 commented 9 years ago

I de-mostrositized the gameplay() function. @bpprox22 should stop it with his calc 2 hw and write that dead() function