Monday, August 11, 2014

I'm Back

Hello fellow programmers ! I am back after more than half a year !

In the meantime I've finished my first year of CS studies, got hired at a Game Dev company and overall doing awesome  !

As a comeback to this block I would like to announce that I started learning OpenGL and I'd like to start making a simple game with primitives (a snake or something like that) and upload it with all the source code (including shaders). I will start working at this game asap but my schedule is a little busy at the moment with some courses on Coursera and work but I promised to myself that I will work at least 1 hour per day to develop my dev skills. So by the end of this week the game should be done and I will add more on it as I learn more stuff.

The book that I'm reading at the moment is Anton's OpenGL 4 book, you should check it out !

Monday, December 2, 2013

Algorithms do matter!

I just had a little too much free time a few days ago and made a simple comparison about two sorting algorithms, one had O(n^2) complexity and the other one had O(n*log(n)).

Sunday, November 24, 2013

Mage Dodge Announcement

I have recently started to work on a new game. This time it will be written in C++ and SFML. It is a sort of Dodgeball, except you are a mage and instead of simple balls , there are fireballs. Additional enchanments to the game will be added as the bases will be completed so I don't want to make too many plans for now.

FMI No Stress

I have recently started to study algorithms more carefully and take part in contests. So I will keep a record here with all the contests I've taken part in and my score.

Saturday, September 14, 2013

TvSync Announcement

Hello !
I've started to work on an application that would allow two people to watch a youtube video at the same time. I decided to use C# and WPF to do this since WPF is something that I want to learn and C# is a nice and easy-to-develop-in language.

Wednesday, August 14, 2013

MartyOnlyNeedsOranges Release

After some struggle I managed to get the game out. I loved working on it, MonoGame made it very easy. So without further introductions here it is: Download . Please post any ideas you have related on this game. Thank you !

Monday, August 5, 2013