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


Jenga Tower and Gun in JavaScript using THREE.js and Physi.js

For a long time I wanted to program a (jenga) tower built out of small bricks that can be bombarded with bullets. There needs to be a physics engine to make the crashing of the tower look realistic. 3D Game Programming for Kids gave me the technical stuff I needed to build the tower and a gun. Continue reading