Awesome!
And yes, sprite sheets would be the way to go. For those of you who don't know the term: sprite sheets are single files (nowadays usually PNGs with a transparent background) on which all animations for a sprite (any kind of standalone object) are laid out frame by frame. This approach both makes it easier for the artist to compare frames to eachother and it makes it easier for the programmer to extract animations from the file.