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

Checkboxes for items #1

Closed capalmer1013 closed 9 years ago

capalmer1013 commented 9 years ago

inventoryItems.js has been added to the js folder.

JoeDuncko commented 9 years ago

Talk to Darrin, he had a bunch of feedback On Oct 27, 2014 6:01 PM, "capalmer1013" notifications@github.com wrote:

inventoryItems.js has been added to the js folder.

  • a selection area with a checkbox for each of the functions in that file needs to be created on the index.html page.
  • the inventoryItems will be stored in an array that should be located in the Character object
  • the array should be cycled through with a switch statement. it should be functionalized
  • this function should be called before every enemy fight

— Reply to this email directly or view it on GitHub https://github.com/YSUatKHE14/zeroPlayerGame/issues/1.