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.

Freitag, 16. Oktober 2009

treasure trove

finally I have finshed the javascript for the game treasure trove / osmosis .
First I had thought to make large cards but then it would had been a seperate image for each card. 52 large images would had been a bit too much for slow dial up lines.
Also I have eased the rules slightly so it is somewhat esier to finish it.