An adventure game inspired by Nintendo's Pokémon games that teaches players about endangered species.
- Clone this repository.
git clone https://github.com/elliot-d-kim/garnet-monsters.git
- Navigate to the project directory.
cd garnet-monsters
- Install Python 3.8
- Start the game.
py -3.8 main.py
The objective of Garnet Monsters is to analyze and learn about all the endangered animals in the game. Use your arrow keys and mouse to navigate and interact with the game world.
Head into the tall grass to encounter animals and analyze them.
Collect berries off bushes and use them throughout encounters for a better chance at a successful analysis.
Check out your analyzed animals in the Journal.
Don't forget to save your progress! Load your save file from the start screen when you're back for more.
- Visually captivating game world
- Bag for collected berries
- Unique player profile
- Python 3.8
- PyGame
- PyCharm IDE
- Eduardo Aguilar (GitHub: @eduardo1822)
- Sophia Lu (GitHub: @xoiaxx)
- Elliott Hendricks (GitHub: @icepillow)
- Elliot Kim (GitHub: @elliot-d-kim)
Garnet Monsters was a project for Professor Michael Wehar's CPSC 71 Software Engineering course in Fall 2022. Thanks to Professor Wehar for his guidance.