JoseTomasTocino / freegemas

Freegemas is an open source version of the well known Bejeweled, built in C++ using SDL2
GNU General Public License v2.0
61 stars 18 forks source link

Add endless mode #5

Closed sharkwouter closed 3 years ago

sharkwouter commented 3 years ago

This is still work in progress, but I am working on an endless mode for Freegemas. In this mode there is no timer and the game ends when there are no more possible moves available. The timetrial mode should not be changed by this in any way.

This currently works:

I'm currently still working on:

sharkwouter commented 3 years ago

This PR should be ready for review now. The scores are now saved in separate files. May not be the best solution possible, but I think that can be addressed in a different PR later. I would suggest implementing the XDG standard for that later.

JoseTomasTocino commented 3 years ago

Sorry for the delay @sharkwouter , christmas time was a little bit busy! I want to thank you for both this and the keyboard controls feature, both are really great and work fantastic. Thanks a lot for your contribution!

sharkwouter commented 3 years ago

No problem, thanks for merging