- First attempt at making a game with pygame library.
- Ozzie Kirkby helped with game logic to make the player/camera offset be dynamic as the window changes.
- background remover for images: remove.bg
- rock.png was used from OpenGameArt.org
- player.png was created using Universal LPC Spritesheet Character Generator
- please reference the CREDITS.txt file for more information on the player sprite creator, a bunch of great artists came together and created something that new game designers to make their own sprites for free! Their generator can be found here
- graphics folder was used from clear code projects Zelda game creation tutorial, here