IshDeshpa / EE319H-Lab10-PvZ

Luke Mason and Ishan Deshpande's EE319H Final Project: Plants vs Zombies
0 stars 0 forks source link

More programming #21

Closed Mega567835 closed 2 years ago

Mega567835 commented 2 years ago

Not done with zombie, haven't done collision. plants have no range detection. I don't know if we will change that before next week

here are some things you can do with this: -add sprites/sound effects, I externed them in game.h, but not all are in game.cpp yet. you can add them -add input init and checks -in game.h/cpp, write cursor refresh functions. I commented their intended functions. you need to incorporate input checks and cursor rendering -after that, you should be able to create a menu/globally switch scenes (might have to change buttonfunction() of cmp button) and you can put plants down, they should work.

IshDeshpa commented 2 years ago

closes #21