A Stardew Valley style game in Python and Pygame.
This includes farming and foraging, a day and night cycle, weather effects and a merchant.
The game was also made in Tiled.
Pydew Valley RPG written in Python Pygame based on tutorial
git clone https://github.com/artemshchirov/pydew-valley.git
pip install pygame
cd pydew-valley
python code/main.py
- Setup
- Creating the basic player
- Importing the player graphics
- Animating the player
- Tool use
- Switching between tools
- Creating the overlay
- Starting the camera and importing the floor
- Importing all elements and faking more 3D
- Collisions
- Working on the trees
- Particles
- Player inventory
- Restarting the day
- Starting the soil
- Soil patch graphics
- Watering logic
- Rain
- Creating the plants
- Harvesting
- Daytime transition
- The merchant
- Audio
- Save and load game
- Nightime
- New plant