Donnerstag, 3. März 2011

new isometric sokoban game

I have made a new isometric interface for sokoban available, so that you can play 80 sokoban level that were selected from the 100+ sokoban level that had been created on my sokoban page

Montag, 18. Januar 2010

had to rename the train game javascripts

Because of a request by net4TV/games4tv I had to rename my train game javascript.
two version I have changed into truck game, a simple truck game and into a game of building locomotives

Donnerstag, 14. Januar 2010

added train sorting games in my games overview

After debugging it extensively, I have added the two train sorting games also to my Javascript games overview
and also a german translation to my german javascript games overview

Freitag, 4. Dezember 2009

tetris for classic webtv box

I have finally fixed the tetris game at http://www.kielack.com/games/tetris.php so that it is even working in a classic webtv box.
Although I had written it already in a very basic javascript it did not run on a classic webtv box.
It ran fine in a emulator but that covers only the newer web boxes.
Fortunately I found a user, who could test it for me.
It took me quite some time until I figured that the classic box did not support
do { } while
but only
while { }
after a minor change in the logic the games runs now as originally intended.

Montag, 23. November 2009

coordinate drawing

Create a learning game for kids that teaches them the usage of coordinate system for drawing on computer.

Donnerstag, 12. November 2009

new sorting games

a friend of mine (with a webtv/msntv box ) described me a sorting game and asked me to implement it as a javascript game. It is a train sorting game and I have made also a simpler version of the same javascript game

Dienstag, 20. Oktober 2009

I did a minor bug fix on CalcDoku For me it was interesting to implement the algorithm for this game/puzzle but somehow I have the feeling that not many a really interested in MathDoku KenKen Calcduko or however it is named. The Sudoku on my site is used much.