meglin20/TermProject
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Catch the Hatchlings! is a side-scrolling platform game that allows users to navigate through a stage of obstacles. The objective is to explore the stage to find eggs and travel to the flagpole located near the end of the stage. If player is attacked by monsters during the journey, the players will lose points off of the health bar and eventually die when the health bar reaches 0. The player can receive a power up, Wings, which allows the player to jump higher, after retrieving the first egg. The player must utilize the power wisely as it can only be used once. There are a total of three levels and difficulty increases as the player advances. Watch out for those monsters! They gain the ability to jump after the first level. Also take note that one extra platform is added each time the player advances to the next level! To run the project, first click on the file titled finalMainCode.py in the zip file. Open the python file in a source code editor. Run the code and you will see a window popping up. Follow the instructions on the window to play. Click X button on the window with the mouse to exit Pygame. I am using the Pygame module that is imported through the module_manager.py created by 15-112 staff(https://www.cs.cmu.edu/~112/notes/term-project.html). Short Cut: Press 3 on the keyboard to skip to next level! Watch the video walkthrough here "https://github.com/meglin20/TermProject/blob/master/Video%20Walkthrough.gif".