jbttn / lovely-snake

A snake clone using the LOVE framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple food items / Powerups

jbttn opened this issue · comments

Food items are stored in a table located in the Food class. At this time only one food item is stored but multiple food items can be inserted and indexed numerically. Modifying the food list table we could add a "power up" attribute to add some special ability or provide bonus points.