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

Win condition is not yet implemented #7

Closed ultimateownsz closed 1 month ago

ultimateownsz commented 2 months ago

I tried to fix the code multiple times, but in the main the win condition is not there, or I forgot to implement the win condition. By watching the code thoroughly,

I saw that I completely forgot to add the win condition. This is because this project was used prior to my GitHub repo experience, no version control and I did everything by naming different versions of the code. Quite annoying if you compare it now to GitHub haha.

I will add a fix hopefully in the next coming days!

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!