ultimateownsz / PySeas

Pyseas is an opensource project that aims to create a 2D, top down, turn based board game in Pygame. Where players become pirates and control their own ship. Using a card-based dice system, players explore a dynamic map, complete quests, and battle rival pirates.
GNU Affero General Public License v3.0
3 stars 3 forks source link

An issue with how the shop behaves #8

Closed ultimateownsz closed 1 month ago

ultimateownsz commented 2 months ago

With how we made the game for a school assignment, we did not figure to add some logic to how the game behaves.

What we wanted was a set of items you receive in the beginning of the game that if you encountered the shop, you could buy quests to help you get more loot. Because of the timeframe of a week and the scope of the project, we had to cut these features and make it simpler.

The code might need some refactoring to add the logic of having items at the start, like how a board game as Monopoly or Catan is set up. We had no prior experience with classes, so we tried what we thought would work best.

ultimateownsz commented 2 months ago

We made the decision to stop adding fixed to the Python code and our focus is now to create a Pygame version. Python's version will be fixed at a later date!