cs360f14 / NinjaGame

GNU General Public License v2.0
0 stars 2 forks source link

Lund3481 issue add walls #5

Closed TwoSeconds closed 9 years ago

TwoSeconds commented 9 years ago

Added wall and wallGroup object. For main I added just enough to print the walls. The screen should now have the background and walls

NicLew commented 9 years ago

Should you add code to catch exceptions in Wall like you had in Background?

NicLew commented 9 years ago

Also, do you need to pass 'screen' into the constructor for WallGroup? You don't use it in the function.

TwoSeconds commented 9 years ago

Ah, those were changes I made to do some testing, and I forgot to take them out. I'll be sure to fix them tomorrow morning.

NicLew commented 9 years ago

Ok, sounds good.

TwoSeconds commented 9 years ago

All right, I think that should take care of those issues