Level It! is Available on Google Play

My first mobile game is released. It is available on Google Play. Check it out! Fire your bullets into the green wooden block structures – but be careful so that you do not hit the red ones. You finish a level when the green structures have fallen before you run out of ammunition. There are Continue reading


The Second 5 Coding Katas

My task to do 10 coding katas is finished. After seven “official katas” I invented my own assignments. Here are the first five coding katas. This post is a description of the second five katas: Kata Yahtzee Yahtzee is a game of dice. After rolling the dices you have to count the points. The assignment Continue reading


How to Setup a New Project with Visual Studio Team Services and Git Extensions

First Step: Create the New Project in Visual Studio Team Services Log into your visual studio team services account Click “create new project”: this creates a completely empty project Open the project and click “code” Click “clone”: The git clone url is displayed Click “generate git credentials”: Git Extensions will need this to clone. Second Step: Continue reading