back to projects

1 / 3
BerryBlitz
about this project
Berry Blitz is a text-based Python board game set in the vibrant world of Strawberry Land, built using object-oriented programming (OOP) principles. Players take turns rolling the die to move across a dynamic game board filled with unique rewards, surprises, and interactive story events. Each space presents a scenario where players can make choices that either earn or deduct Berry Bucks. The game offers both PvP (Player vs. Player) and PvC (Player vs. Computer) modes, with six distinct character options, each implemented as a class with unique attributes and behaviours.
tech stack
PythonOOP