PROJECT_Assignments - CSCI150GTeam/GTeamProject GitHub Wiki
Note: Forget what I said about posting assignments on your pages, I'll keep them all here in one place:
Animation/Lena:
- Set up a class "AnimationManager" that handles loading images, drawing images to the screen, and handling animation
- loadImage function - Takes a filepath as a string and loads the image onto an SDL_Surface*
- drawImage function - Takes two ints as (x,y) coordinates and a path as a string, then draws the image at the coordinates
- drawGrid function - Take a level class object, and draws the level's background on the screen
Audio/Joseph:
- playSound function - Takes a sound name as a string, and plays the associated sound
Core/Sammy:
Editor/Sammy:
Networking/Blaize:
User Interface/McNight: