Michael Adaixo on August 14th, 2008

I have finally finished reading C++ lessons, and started my journey to learn Qt Library. When I learned C, I followed up learning SDL Lib so now its time for Qt. I only have 4 lessons left to read. On those I’ll make a chat and a browser… Pretty cool eh!
So now that I know [...]

Continue reading about Games for table nº2!!

Michael Adaixo on July 4th, 2008

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 [...]

Continue reading about Recursivity Done!

Michael Adaixo on June 27th, 2008

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 [...]

Continue reading about Recursivity

Michael Adaixo on June 21st, 2008

Hello.
Sokoban Project is my first SDL Game. I made it with the help of a website that teaches how to use the SDL ( Simple DirectMedia Library ). I will release it to the grand public once I finish making the final adjustments. By the time I did it, I didn’t knew things that now [...]

Continue reading about Sokoban Projekt