SFML News – Week 29-30 (2013)

So I couldn’t cover all the projects from last week, thus I’ll mention a few old ones as well. Projects Cloud Wars We’ve seen the first screenshots of Cloud Wars, a space tactical game in the spirit of Battleships Forever, but with significant RPG elements, over a year ago and if there would’ve been an […]

New Nightly Builds

I finally got around to rewrite my build scripts again. But first let’s see what has happened in the past. As my notebook got stolen a few month back, I’ve lost the original scripts. Then I tried to write a “smarter” and more “modular” system, which ended up being just another mess after all and […]

What Are Algorithms?

Although I guess most of you know exactly what an algorithm is, I felt anyways that I needed to give a small definition, before I’ll be able to cover specific (types) of algorithms. When dealing with problems in computer science one generally looks at the ‘theory’ behind solving the problem and the actual implementation separately. […]