cs360f14 / NinjaGame

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

Added Background object, and some code in main to test it #4

Closed TwoSeconds closed 9 years ago

NicLew commented 9 years ago

Looks great! The only thing I would say is to add unit tests for the Background. I know you probably can't check if the image loaded correctly, but you could purposely throw the exceptions and assert they happened correctly. I'm going to merge this in though, and you can add the unit tests later.