Hurray! I finally was able to make the recursive functions to work. It took me some hours of sleep to figure it out, and some research on google api code search engine. Anyway, it is now working. I have also set a new page where you can chose the difficulty of the game. I hope [...]
Today I continued working on my second game using the SDL, named Bubble Breaker Reloaded. Everything is done apart from the main game actions… I have to check if balls next to one other have the same colors, recursively. That is giving me a hard time. I’ll have to check my lessons about recursivity so [...]